an other bug in the multi-domain-update: schema_proc was still working on the db-connection of the other domain. Fixed now too

This commit is contained in:
Ralf Becker 2006-08-30 12:58:37 +00:00
parent ec4775d827
commit 72b1b39de6

View File

@ -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();