[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: phpgwapi/inc class.db_pgsql.inc.php,1.33,1.34
From: |
Ralf Becker <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: phpgwapi/inc class.db_pgsql.inc.php,1.33,1.34 |
Date: |
Mon, 05 May 2003 16:24:59 -0400 |
Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv4364
Modified Files:
class.db_pgsql.inc.php
Log Message:
gnu-patch #1245
Index: class.db_pgsql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_pgsql.inc.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** class.db_pgsql.inc.php 13 Mar 2003 17:44:53 -0000 1.33
--- class.db_pgsql.inc.php 5 May 2003 20:24:57 -0000 1.34
***************
*** 61,70 ****
$this->query($query);
! if(ereg('xmlrpc.php',$GLOBALS['PHP_SELF']))
{
$this->xmlrpc = True;
}
! if(ereg('soap.php',$GLOBALS['PHP_SELF']))
{
$this->soap = True;
--- 61,70 ----
$this->query($query);
! if (ereg('xmlrpc.php',$_SERVER['PHP_SELF']))
{
$this->xmlrpc = True;
}
! if (ereg('soap.php',$_SERVER['PHP_SELF']))
{
$this->soap = True;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_pgsql.inc.php,1.33,1.34,
Ralf Becker <address@hidden> <=