diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index e06452bddf..bb72cd5953 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -25,3 +25,9 @@ { return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.001'; } + + $test[] = '1.4.002'; + function phpgwapi_upgrade1_4_002() + { + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.001'; + }