From: gustavf Date: Fri, 24 Mar 2000 11:11:03 +0000 (+0000) Subject: Removed debug code that had made its way into CVS :-( X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=8c5a2cb203f5c3325a492bf779f6d9f2bc09b148 Removed debug code that had made its way into CVS :-( git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@327 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/i18n.php b/functions/i18n.php index 64c96762..54d65e1f 100644 --- a/functions/i18n.php +++ b/functions/i18n.php @@ -44,7 +44,7 @@ } else if ($charset == "koi8-r") { return charset_decode_koi8r ($string); } else - return "xx$charset:$string"; + return "$string"; } // iso-8859-1 is the same as Latin 1 and is normally used