forked from extern/egroupware
Adding line/file error catching to table_names().
This commit is contained in:
parent
3be3f5d506
commit
50175afd99
@ -576,7 +576,7 @@
|
||||
|
||||
function table_names()
|
||||
{
|
||||
$this->query('SHOW TABLES');
|
||||
$this->query('SHOW TABLES',__LINE__,__FILE__);
|
||||
$i=0;
|
||||
while($info=mysql_fetch_row($this->Query_ID))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user