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.30,1.30.2.


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_mysql.inc.php,1.30,1.30.2.1
Date: Sun, 07 Apr 2002 16:01:31 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.db_mysql.inc.php 
Log Message:
Clean-up of more warnings.

Index: class.db_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_mysql.inc.php,v
retrieving revision 1.30
retrieving revision 1.30.2.1
diff -C2 -r1.30 -r1.30.2.1
*** class.db_mysql.inc.php      28 Dec 2001 05:25:07 -0000      1.30
--- class.db_mysql.inc.php      7 Apr 2002 20:01:29 -0000       1.30.2.1
***************
*** 578,581 ****
--- 578,582 ----
                function table_names()
                {
+                       $return = Array();
                        $this->query("SHOW TABLES");
                        $i=0;




reply via email to

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