From d5777290abfea842b99f8718ef88776d13e3f76b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 6 May 2014 07:23:11 +0000 Subject: [PATCH] update from 1.8.007 --- 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 cb67ce9200..f8dd6e48c3 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -50,6 +50,10 @@ function phpgwapi_upgrade1_8_005() return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.006'; } function phpgwapi_upgrade1_8_006() +{ + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.007'; +} +function phpgwapi_upgrade1_8_007() { // run the two not included updates phpgwapi_upgrade1_9_010();