Clean-up of more warnings.

This commit is contained in:
skeeter 2002-04-07 20:01:13 +00:00
parent 301b5268d3
commit 3be9e05fa3

View File

@ -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))