From ae821396b5d21893658f94f66030289291f761e3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 21 Apr 2008 05:11:36 +0000 Subject: [PATCH] "removed static use of schema_proc, error reported by Thomas Hoth on the german list" --- phpgwapi/setup/tables_update.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index c8093d221b..3fa230693a 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -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 {