From 164b55b394852d6e74a4faa987e8891507f22b51 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 15 Apr 2006 14:55:33 +0000 Subject: [PATCH] i do not think i need this any longer. ;) git-svn-id: file:///svn/phpbb/trunk@5785 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 52e0ab7cee..38e9448ecb 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -30,7 +30,6 @@ function set_var(&$result, $var, $type, $multibyte = false) // Check for possible multibyte characters to save a preg_replace call if nothing is in there... if ($multibyte && strpos($result, '&#') !== false) { - echo "HERE"; $result = preg_replace('#&(\#[0-9]+;)#', '&\1', $result); } }