mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
added the test before function upgrade 1.4; Due to an error while updating with setup (trying to recreate the admin_queue Table) when updating from
1.5.001 to current release.
This commit is contained in:
parent
b8df48b6f4
commit
7beddb6e3b
@ -17,6 +17,7 @@ function admin_upgrade1_2()
|
||||
return $GLOBALS['setup_info']['admin']['currentver'] = '1.4';
|
||||
}
|
||||
|
||||
$test[] = '1.4';
|
||||
function admin_upgrade1_4()
|
||||
{
|
||||
$GLOBALS['egw_setup']->oProc->CreateTable('egw_admin_queue',array(
|
||||
|
Loading…
Reference in New Issue
Block a user