From 6ce9cd6e034f4b540715f828c2a5755dec7c04b7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 3 Jun 2007 21:04:54 +0000 Subject: [PATCH] "added update from 1.2.107" --- 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 54b4e41596..a2e615d0af 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -81,6 +81,13 @@ return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004'; } + $test[] = '1.2.107'; + function phpgwapi_upgrade1_2_107() + { + // 1.2.107 security update + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004'; + } + // updates in HEAD / 1.3 $test[] = '1.3.001'; function phpgwapi_upgrade1_3_001()