Remove duplicate function number

This commit is contained in:
Miles Lott 2001-06-11 17:58:45 +00:00
parent 0b9c0214d4
commit 7d306650fb

View File

@ -1254,15 +1254,6 @@
$test[] = '0.9.11.002';
function phpgwapi_upgrade0_9_11_002()
{
global $setup_info;
$setup_info['phpgwapi']['currentver'] = '0.9.11.003';
return $setup_info['phpgwapi']['currentver'];
//return True;
}
$test[] = '0.9.11.002';
function upgrade0_9_11_002()
{
global $phpgw_info, $phpgw_setup;