fixed notice

This commit is contained in:
real_nowhereman 2009-02-06 09:11:28 +00:00
parent 8d26385547
commit 18ff5adc7d

View File

@ -98,14 +98,10 @@
if ($file){
$ver = utils_kexplode($file);
if (strcmp($ver['STABLE'], SYSTEM_VER)>0)
if (strcmp($ver['stable'], SYSTEM_VER)>0)
$success = 1;
else
$success = 2;
$ver = array_change_key_case($ver, CASE_LOWER);
}
}