Tylerization
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 8 Feb 2002 21:53:51 +0000 (21:53 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 8 Feb 2002 21:53:51 +0000 (21:53 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2387 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/mail_fetch/functions.php

index 28a3045930c722b6d4e80bd9caab7c8b25ceafbd..8719fc2facd621dde724079a8b053d48ae38757e 100644 (file)
@@ -20,6 +20,7 @@
         /* Original code by josh@superfork.com */
 
         $len = strlen($data);
         /* 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) ) );
         }
         for( $i=0; $i < $len; $i += 2 ) {
             $newdata .= pack( "C", hexdec( substr( $data, $i, 2) ) );
         }