From df425f3c07340bdd8012a737660a90edb8b09ebd Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 5 Jun 2007 14:47:04 +0000 Subject: [PATCH] "update bug 1.2.106 --> 1.2.107 as reported by pongracz.istvan-at-gmail.com" --- phpgwapi/setup/tables_update.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index 6470fff30a..1f6ccaa7d5 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -1217,7 +1217,7 @@ $test[] = '1.2.106'; - function phpgwapi_upgrade1_2_105() + function phpgwapi_upgrade1_2_106() { return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.107'; }