"removed static use of schema_proc, error reported by Thomas Hoth <thomas(at)familie-hoth.de> on the german list"

This commit is contained in:
Ralf Becker 2008-04-21 05:11:36 +00:00
parent b484528188
commit ae821396b5

View File

@ -295,7 +295,7 @@ function phpgwapi_upgrade1_5_006()
{
foreach($filescenter_tables as $table)
{
schema_proc::DropTable($table);
$GLOBALS['egw_setup']->oProc->DropTable($table);
}
if ($filescenter_app) // app installed, but no sources --> deinstall it
{