Kohana v3.3.2
This commit is contained in:
@@ -16,4 +16,4 @@ function _strcasecmp($str1, $str2)
|
||||
$str1 = UTF8::strtolower($str1);
|
||||
$str2 = UTF8::strtolower($str2);
|
||||
return strcmp($str1, $str2);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user