From 2a95927fc8d7549d45d1ae07b18264fd4adef8d0 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 11 Aug 2011 19:04:40 +0000 Subject: [PATCH] added update from 1.8.002 --- phpgwapi/setup/tables_update.inc.php | 4 ++++ 1 file changed, 4 insertions(+) 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