changed wrong php-version-number

This commit is contained in:
Ralf Becker 2003-04-02 10:42:12 +00:00
parent 24ccade46f
commit 486fd309c0

View File

@ -494,7 +494,7 @@
case 'GET':
case 'COOKIE':
case 'SERVER':
if(phpversion() >= '4.2.0')
if(phpversion() >= '4.1.0')
{
$meth = '_'.strtoupper($method[$i]);
}