Tylerization
[squirrelmail.git] / plugins / mail_fetch / functions.php
index 28a3045930c722b6d4e80bd9caab7c8b25ceafbd..8719fc2facd621dde724079a8b053d48ae38757e 100644 (file)
@@ -20,6 +20,7 @@
         /* Original code by josh@superfork.com */
 
         $len = strlen($data);
+        $newdata = '';
         for( $i=0; $i < $len; $i += 2 ) {
             $newdata .= pack( "C", hexdec( substr( $data, $i, 2) ) );
         }