From 7630412a9e006134ff66e1532c7ca37e6bd109ac Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 24 Jun 2006 17:31:15 +0000 Subject: [PATCH] support for 1.2.103 (3. 1.2 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 baacdbfb53..d5363e5b3b 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -53,6 +53,13 @@ return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004'; } + $test[] = '1.2.103'; + function phpgwapi_upgrade1_2_103() + { + // 3. 1.2 bugfix-release: link-stuff, cal-layout, ... + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004'; + } + // updates in HEAD / 1.3 $test[] = '1.3.001'; function phpgwapi_upgrade1_3_001()