forked from extern/egroupware
silence non-object error until we can fix this
This commit is contained in:
parent
a4053a15c4
commit
a644b200da
@ -62,7 +62,7 @@
|
||||
$phpgw_setup->show_footer();
|
||||
|
||||
/* Add cleaning of app_sessions per skeeter, but with a check for the table being there, just in case */
|
||||
$tablenames = $phpgw_setup->db->table_names();
|
||||
$tablenames = @$phpgw_setup->db->table_names();
|
||||
while(list($key,$val) = @each($tablenames))
|
||||
{
|
||||
$tables[] = $val['table_name'];
|
||||
|
Loading…
Reference in New Issue
Block a user