From 40aec20f4330e72e58a437556da7f2ddc5607706 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 4 Jun 2001 20:37:27 +0000 Subject: [PATCH] Remove duplicate function --- phpgwapi/setup/tables_update.inc.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php index 546c871851..0a949b34e2 100644 --- a/phpgwapi/setup/tables_update.inc.php +++ b/phpgwapi/setup/tables_update.inc.php @@ -971,13 +971,6 @@ } - $test[] = '0.9.10pre28'; - function upgrade0_9_10pre28() - { - global $phpgw_info; - $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10'; - } - $test[] = '0.9.10'; function upgrade0_9_10() { @@ -988,7 +981,6 @@ $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.001'; } - $test[] = '0.9.11.004'; function upgrade0_9_11_004() {