Had a - instead of an =.

This commit is contained in:
skeeter 2002-04-17 15:31:53 +00:00
parent 6ef3aa92a1
commit 99afed5175

View File

@ -576,7 +576,7 @@
function table_names()
{
$return - Array();
$return = Array();
$this->query('SHOW TABLES',__LINE__,__FILE__);
$i=0;
while($info=mysql_fetch_row($this->Query_ID))