phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/db class.db_mysql.php, 1.1.1.1, 1.1.1.1.2.1 class


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] api/db class.db_mysql.php, 1.1.1.1, 1.1.1.1.2.1 class.db_pgsql.php, 1.1.1.1, 1.1.1.1.2.1
Date: Thu, 23 Oct 2003 20:38:26 +0000

Update of /cvsroot/phpgroupware/api/db
In directory subversions:/tmp/cvs-serv12471/db

Modified Files:
      Tag: proposal-branch
        class.db_mysql.php class.db_pgsql.php 
Log Message:
The line and file parameter in db->query() is now required


Index: class.db_mysql.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/db/class.db_mysql.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.db_mysql.php  23 Oct 2003 07:25:03 -0000      1.1.1.1
--- class.db_mysql.php  23 Oct 2003 20:38:24 -0000      1.1.1.1.2.1
***************
*** 173,177 ****
                /* public: perform a query */
                /* I added the line and file section so we can have better 
error reporting. (jengo) */
!               function query($Query_String, $line = '', $file = '')
                {
                        /* No empty queries, please, since PHP4 chokes on them. 
*/
--- 173,177 ----
                /* public: perform a query */
                /* I added the line and file section so we can have better 
error reporting. (jengo) */
!               function query($Query_String, $line, $file)
                {
                        /* No empty queries, please, since PHP4 chokes on them. 
*/

Index: class.db_pgsql.php
===================================================================
RCS file: /cvsroot/phpgroupware/api/db/class.db_pgsql.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.2.1
*** class.db_pgsql.php  23 Oct 2003 07:25:03 -0000      1.1.1.1
--- class.db_pgsql.php  23 Oct 2003 20:38:24 -0000      1.1.1.1.2.1
***************
*** 175,179 ****
  
                /* I added the line and file section so we can have better 
error reporting. (jengo) */
!               function query($Query_String, $line = '', $file = '')
                {
                        /* No empty queries, please, since PHP4 chokes on them. 
*/
--- 175,179 ----
  
                /* I added the line and file section so we can have better 
error reporting. (jengo) */
!               function query($Query_String, $line, $file)
                {
                        /* No empty queries, please, since PHP4 chokes on them. 
*/





reply via email to

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