mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +01:00
Adding line/file error catching to table_names().
This commit is contained in:
parent
3be3f5d506
commit
50175afd99
@ -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))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user