From e5a8977ac12393b93e67389c4d67135f8aec97b2 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 17 Aug 2005 01:25:07 +0000 Subject: - Remove left-over commented out statement. --- includes/unicode.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes') diff --git a/includes/unicode.inc b/includes/unicode.inc index 6acc41411..bd474c8ef 100644 --- a/includes/unicode.inc +++ b/includes/unicode.inc @@ -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 { -- cgit v1.2.3