forked from extern/egroupware
"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:
parent
b484528188
commit
ae821396b5
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user