From 73abdbb9d89a99e3db2bf0e8779ca05ace133508 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 18 Apr 2003 17:59:41 +0000 Subject: [PATCH] update to 0.9.14.003 --- phpgwapi/setup/tables_update.inc.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index ad2fcaef7b..33ff9770a9 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -58,6 +58,19 @@ return $GLOBALS['setup_info']['phpgwapi']['currentver']; } + $test[] = '0.9.14.003'; + function phpgwapi_upgrade0_9_14_003() + { + // this is the 0.9.15.001 update + $GLOBALS['phpgw_setup']->oProc->RenameTable('lang','phpgw_lang'); + $GLOBALS['phpgw_setup']->oProc->RenameTable('languages','phpgw_languages'); + + // 0.9.15.002 are already included in 0.9.14.002 + + $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.003'; + return $GLOBALS['setup_info']['phpgwapi']['currentver']; + } + $test[] = '0.9.14.500'; function phpgwapi_upgrade0_9_14_500() {