clean up code commented out since 8 y
[squirrelmail.git] / functions / encode / cp1256.php
index e5f9904f3a856418ac08eb87946f8abb4aeed86d..8ff1430bb9375647c755f8a80ee62cd85285544f 100644 (file)
@@ -23,7 +23,6 @@ function charset_encode_cp1256 ($string) {
    if (! preg_match("'&#[0-9]+;'",$string) ) return $string;
 
     $string=preg_replace("/&#([0-9]+);/e","unicodetocp1256('\\1')",$string);
-    // $string=preg_replace("/&#[xX]([0-9A-F]+);/e","unicodetocp1256(hexdec('\\1'))",$string);
 
     return $string;
 }