mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02:00
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();
|
$phpgw_setup->show_footer();
|
||||||
|
|
||||||
/* Add cleaning of app_sessions per skeeter, but with a check for the table being there, just in case */
|
/* 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))
|
while(list($key,$val) = @each($tablenames))
|
||||||
{
|
{
|
||||||
$tables[] = $val['table_name'];
|
$tables[] = $val['table_name'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user