From 18d853e7289005fdbdc6708e46929c38fc8bdfc8 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 11 Apr 2006 09:15:17 +0000 Subject: [PATCH] adding the final 1.2 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 07da60ccb1..fc9f0e3ffc 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -32,6 +32,13 @@ return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.002'; } + $test[] = '1.2.100'; + function phpgwapi_upgrade1_2_100() + { + // final 1.2 release + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.002'; + } + // updates in HEAD / 1.3 $test[] = '1.3.001'; function phpgwapi_upgrade1_3_001()