diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index 618c6b1da0..a0d38b4ebf 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -28,6 +28,10 @@ function phpgwapi_upgrade1_8_001() { return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.001'; } +function phpgwapi_upgrade1_8_002() +{ + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.001'; +} /** * Add index to improve import of contacts using a custom field as primary key