소스 검색

Removed debug code that had made its way into CVS :-(

gustavf 25 년 전
부모
커밋
ab8137db08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/i18n.php

+ 1 - 1
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