From 0c640ed171fed220aa6609835835dbd52303d548 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 14 Feb 2010 06:27:54 +0000 Subject: [PATCH] support for 1.6.003 --- phpgwapi/setup/tables_update.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index e8ffd70766..aa3e4ef4cb 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -33,6 +33,11 @@ function phpgwapi_upgrade1_6_002() return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.7.001'; } +function phpgwapi_upgrade1_6_003() +{ + return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.7.001'; +} + function phpgwapi_upgrade1_7_001() { $GLOBALS['egw_setup']->oProc->AddColumn('egw_sqlfs','fs_link',array(