silence non-object error until we can fix this

This commit is contained in:
Miles Lott 2001-11-25 02:37:50 +00:00
parent a4053a15c4
commit a644b200da

View File

@ -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'];