From b11016c31f1010ac56684e767b88803e1514f9d5 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 5 Sep 2006 14:12:52 +0000 Subject: [PATCH] 1.2.105 bugfix release --- phpgwapi/setup/tables_update.inc.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index 9466fdac3f..fb6c7e3a2a 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -67,6 +67,13 @@ return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004'; } + $test[] = '1.2.105'; + function phpgwapi_upgrade1_2_104() + { + // 5. 1.2 bugfix-release + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004'; + } + // updates in HEAD / 1.3 $test[] = '1.3.001'; function phpgwapi_upgrade1_3_001()