From 72b1b39de67276bca1b0c4c57eb7fc63ccc3d1ee Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 30 Aug 2006 12:58:37 +0000 Subject: [PATCH] an other bug in the multi-domain-update: schema_proc was still working on the db-connection of the other domain. Fixed now too --- setup/setup-cli.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/setup-cli.php b/setup/setup-cli.php index b718e23850..cf1970f1cb 100755 --- a/setup/setup-cli.php +++ b/setup/setup-cli.php @@ -348,6 +348,7 @@ function do_update($arg) do_backup($arg,true); ob_start(); + $GLOBALS['egw_setup']->process->init_process(); // we need a new schema-proc instance for each new domain $GLOBALS['egw_setup']->process->pass($setup_info,'upgrade',false); $messages = ob_get_contents(); ob_end_clean();