Tylerization
[squirrelmail.git] / plugins / mail_fetch / functions.php
index 84dadc967ad15fe53eb81984dea295b4c8939e3a..8719fc2facd621dde724079a8b053d48ae38757e 100644 (file)
@@ -3,7 +3,7 @@
    /**
     **  mail_fetch/functions.php
     **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Copyright (c) 1999-2002 The SquirrelMail Project Team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **  Functions for the mailfetch plugin.
@@ -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) ) );
         }
@@ -73,4 +74,4 @@
         return $tmp;
     }
 
-?>
\ No newline at end of file
+?>