Remove duplicate function

This commit is contained in:
Miles Lott 2001-06-04 20:37:27 +00:00
parent a6bbcbb5f9
commit 40aec20f43

View File

@ -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'; $test[] = '0.9.10';
function upgrade0_9_10() function upgrade0_9_10()
{ {
@ -988,7 +981,6 @@
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.001'; $phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.11.001';
} }
$test[] = '0.9.11.004'; $test[] = '0.9.11.004';
function upgrade0_9_11_004() function upgrade0_9_11_004()
{ {