phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc class.db_pgsql.inc.php,1.30.2.1,1.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_pgsql.inc.php,1.30.2.1,1.30.2.1.2.1
Date: Mon, 05 May 2003 15:35:35 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv20430

Modified Files:
      Tag: Version-0_9_16-branch
        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.30.2.1
retrieving revision 1.30.2.1.2.1
diff -C2 -r1.30.2.1 -r1.30.2.1.2.1
*** class.db_pgsql.inc.php      13 Mar 2003 17:35:24 -0000      1.30.2.1
--- class.db_pgsql.inc.php      5 May 2003 19:35:33 -0000       1.30.2.1.2.1
***************
*** 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;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]