fix for not installed apps

This commit is contained in:
Ralf Becker 2003-10-06 11:01:57 +00:00
parent 1dfcc53846
commit a057b014d1

View File

@ -87,7 +87,7 @@
if ($diagnostics) echo "<p><b>$app</b>: ";
if (!isset($data['tables']) || !count($data['tables']) ||
$GLOBALS['phpgw_setup']->app_registered($app) &&
!$GLOBALS['phpgw_setup']->app_registered($app) ||
!($table_definitions = $db2->get_table_definitions($app)))
{
if ($diagnostics) echo "skipping (no tables or not installed)</p>\n";