From f420fd2d95a70aa7b7b018f89ab6b98bb148af04 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 19 Mar 2008 13:06:16 +0000 Subject: [PATCH] 1.4.003 --- phpgwapi/setup/setup.inc.php | 2 +- phpgwapi/setup/tables_update.inc.php | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/phpgwapi/setup/setup.inc.php b/phpgwapi/setup/setup.inc.php index 0f4166279e..399a81ea41 100755 --- a/phpgwapi/setup/setup.inc.php +++ b/phpgwapi/setup/setup.inc.php @@ -14,7 +14,7 @@ /* Basic information about this app */ $setup_info['phpgwapi']['name'] = 'phpgwapi'; $setup_info['phpgwapi']['title'] = 'eGroupWare API'; - $setup_info['phpgwapi']['version'] = '1.4.002'; + $setup_info['phpgwapi']['version'] = '1.4.003'; $setup_info['phpgwapi']['versions']['current_header'] = '1.28'; $setup_info['phpgwapi']['enable'] = 3; $setup_info['phpgwapi']['app_order'] = 1; diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index 1a574a7f89..e341862e87 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -813,3 +813,10 @@ // 1.4.002 bugfix/maintainance release return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.4.002'; } + + $test[] = '1.4.002'; + function phpgwapi_upgrade1_4_002() + { + // 1.4.003 security+bugfix release + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.4.003'; + }