summaryrefslogtreecommitdiff
path: root/includes/unicode.inc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-08-17 01:25:07 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-08-17 01:25:07 +0000
commite5a8977ac12393b93e67389c4d67135f8aec97b2 (patch)
tree945c2da35cdbde4aa9d367e2907dd0cd5ddb8821 /includes/unicode.inc
parent85c151cdce3d6ada3d40d346414b6054d35156e8 (diff)
downloadbrdo-e5a8977ac12393b93e67389c4d67135f8aec97b2.tar.gz
brdo-e5a8977ac12393b93e67389c4d67135f8aec97b2.tar.bz2
- Remove left-over commented out statement.
Diffstat (limited to 'includes/unicode.inc')
-rw-r--r--includes/unicode.inc1
1 files changed, 0 insertions, 1 deletions
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 {