From 3be9e05fa3b67b201b68131c7fca26683dbb60ae Mon Sep 17 00:00:00 2001 From: skeeter Date: Sun, 7 Apr 2002 20:01:13 +0000 Subject: [PATCH] Clean-up of more warnings. --- phpgwapi/inc/class.db_mysql.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpgwapi/inc/class.db_mysql.inc.php b/phpgwapi/inc/class.db_mysql.inc.php index eb747d465c..623d2e3351 100644 --- a/phpgwapi/inc/class.db_mysql.inc.php +++ b/phpgwapi/inc/class.db_mysql.inc.php @@ -576,6 +576,7 @@ function table_names() { + $return - Array(); $this->query('SHOW TABLES',__LINE__,__FILE__); $i=0; while($info=mysql_fetch_row($this->Query_ID))