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