forked from extern/egroupware
Had a - instead of an =.
This commit is contained in:
parent
6ef3aa92a1
commit
99afed5175
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user