From 8c5a2cb203f5c3325a492bf779f6d9f2bc09b148 Mon Sep 17 00:00:00 2001 From: gustavf Date: Fri, 24 Mar 2000 11:11:03 +0000 Subject: [PATCH] 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 --- functions/i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1