[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.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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_pgsql.inc.php,1.30.2.1,1.30.2.1.2.1,
Ralf Becker <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.schema_proc_mysql.inc.php,1.6,1.7
- Next by Date:
[Phpgroupware-cvs] CVS: admin/setup phpgw_en.lang,1.23.2.18.2.1,1.23.2.18.2.2 phpgw_fr.lang,1.3.2.14.2.3,1.3.2.14.2.4
- Previous by thread:
[Phpgroupware-cvs] CVS: phpgwapi/inc class.schema_proc_mysql.inc.php,1.6,1.7
- Next by thread:
[Phpgroupware-cvs] CVS: admin/setup phpgw_en.lang,1.23.2.18.2.1,1.23.2.18.2.2 phpgw_fr.lang,1.3.2.14.2.3,1.3.2.14.2.4
- Index(es):