Adding line/file error catching to table_names().

This commit is contained in:
skeeter 2002-03-16 02:58:03 +00:00
parent 3be3f5d506
commit 50175afd99

View File

@ -576,7 +576,7 @@
function table_names() function table_names()
{ {
$this->query('SHOW TABLES'); $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))
{ {