forked from extern/egroupware
Clean-up of more warnings.
This commit is contained in:
parent
301b5268d3
commit
3be9e05fa3
@ -576,6 +576,7 @@
|
|||||||
|
|
||||||
function table_names()
|
function table_names()
|
||||||
{
|
{
|
||||||
|
$return - Array();
|
||||||
$this->query('SHOW TABLES',__LINE__,__FILE__);
|
$this->query('SHOW TABLES',__LINE__,__FILE__);
|
||||||
$i=0;
|
$i=0;
|
||||||
while($info=mysql_fetch_row($this->Query_ID))
|
while($info=mysql_fetch_row($this->Query_ID))
|
||||||
|
Loading…
Reference in New Issue
Block a user