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.33,1.34


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_mysql.inc.php,1.33,1.34
Date: Wed, 17 Apr 2002 11:31:56 -0400

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

Modified Files:
        class.db_mysql.inc.php 
Log Message:
Had a - instead of an =.

Index: class.db_mysql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_mysql.inc.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** class.db_mysql.inc.php      7 Apr 2002 20:01:13 -0000       1.33
--- class.db_mysql.inc.php      17 Apr 2002 15:31:53 -0000      1.34
***************
*** 577,581 ****
                function table_names()
                {
!                       $return - Array();
                        $this->query('SHOW TABLES',__LINE__,__FILE__);
                        $i=0;
--- 577,581 ----
                function table_names()
                {
!                       $return = Array();
                        $this->query('SHOW TABLES',__LINE__,__FILE__);
                        $i=0;




reply via email to

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