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_pgsql.inc.php, 1.30.2.1.2.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.db_pgsql.inc.php, 1.30.2.1.2.2, 1.30.2.1.2.3
Date: Wed, 13 Aug 2003 11:23:34 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.db_pgsql.inc.php 
Log Message:
table_name returns empty array for pgsql too now

Index: class.db_pgsql.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.db_pgsql.inc.php,v
retrieving revision 1.30.2.1.2.2
retrieving revision 1.30.2.1.2.3
diff -C2 -r1.30.2.1.2.2 -r1.30.2.1.2.3
*** class.db_pgsql.inc.php      16 Jul 2003 06:39:26 -0000      1.30.2.1.2.2
--- class.db_pgsql.inc.php      13 Aug 2003 15:23:32 -0000      1.30.2.1.2.3
***************
*** 463,466 ****
--- 463,467 ----
                function table_names()
                {
+                       $return = array();
                        $this->query("select relname from pg_class where 
relkind = 'r' and not relname like 'pg_%'");
                        $i=0;





reply via email to

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