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_mysql.inc.php,1.31,1.32


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_mysql.inc.php,1.31,1.32
Date: Fri, 15 Mar 2002 21:58:05 -0500

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

Modified Files:
        class.db_mysql.inc.php 
Log Message:
Adding line/file error catching to table_names().

Index: class.db_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_mysql.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** class.db_mysql.inc.php      10 Feb 2002 12:04:10 -0000      1.31
--- class.db_mysql.inc.php      16 Mar 2002 02:58:03 -0000      1.32
***************
*** 577,581 ****
                function table_names()
                {
!                       $this->query('SHOW TABLES');
                        $i=0;
                        while($info=mysql_fetch_row($this->Query_ID))
--- 577,581 ----
                function table_names()
                {
!                       $this->query('SHOW TABLES',__LINE__,__FILE__);
                        $i=0;
                        while($info=mysql_fetch_row($this->Query_ID))




reply via email to

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