fixed typo, thanks to Istvan

This commit is contained in:
Ralf Becker 2006-10-18 05:41:42 +00:00
parent 0cd9b918d1
commit a932cc99a6

View File

@ -1210,7 +1210,7 @@
$test[] = '1.2.105';
function phpgwapi_upgrade1_2_104()
function phpgwapi_upgrade1_2_105()
{
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.106';
}