From bc0e13fd0b527158024014f81cf5cf61244aaf75 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 17 Feb 2015 08:11:34 +0000 Subject: [PATCH] missing (empty) update scripts for home --- home/setup/tables_update.inc.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/home/setup/tables_update.inc.php b/home/setup/tables_update.inc.php index c168fbb925..5b8a7ed57d 100644 --- a/home/setup/tables_update.inc.php +++ b/home/setup/tables_update.inc.php @@ -11,6 +11,31 @@ * @version $Id$ */ +function home_upgrade1_0_0() +{ + return $GLOBALS['setup_info']['home']['currentver'] = '14.1'; +} + +function home_upgrade1_2() +{ + return $GLOBALS['setup_info']['home']['currentver'] = '14.1'; +} + +function home_upgrade1_4() +{ + return $GLOBALS['setup_info']['home']['currentver'] = '14.1'; +} + +function home_upgrade1_8() +{ + return $GLOBALS['setup_info']['home']['currentver'] = '14.1'; +} + +function home_upgrade1_9() +{ + return $GLOBALS['setup_info']['home']['currentver'] = '14.1'; +} + function home_upgrade14_1() { // Previously all portlets were together in a sub-array, for defaults they