Removed debug code that had made its way into CVS :-(
authorgustavf <gustavf@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 24 Mar 2000 11:11:03 +0000 (11:11 +0000)
committergustavf <gustavf@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 24 Mar 2000 11:11:03 +0000 (11:11 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@327 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/i18n.php

index 64c96762eee94ede491bb0641586571c9bd44fdb..54d65e1f37a391813460f206ef0afc003066e0bf 100644 (file)
@@ -44,7 +44,7 @@
       } else if ($charset == "koi8-r") {
         return charset_decode_koi8r ($string);
       } else
       } 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
    }
 
    // iso-8859-1 is the same as Latin 1 and is normally used