- Remove left-over commented out statement.

4.7.x
Steven Wittens 2005-08-17 01:25:07 +00:00
parent 85c151cdce
commit e5a8977ac1
1 changed files with 0 additions and 1 deletions

View File

@ -326,7 +326,6 @@ function drupal_strlen($text) {
function drupal_strtoupper($text) {
global $multibyte;
if ($multibyte == UNICODE_MULTIBYTE) {
//return mb_convert_case($text, MB_CASE_UPPER, 'utf-8');
return mb_strtoupper($text);
}
else {