From 9af8c23a59689e79183778c99c56e6058ebc09ea Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Fri, 8 Feb 2002 21:53:51 +0000 Subject: [PATCH] Tylerization git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2387 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mail_fetch/functions.php b/plugins/mail_fetch/functions.php index 28a30459..8719fc2f 100644 --- a/plugins/mail_fetch/functions.php +++ b/plugins/mail_fetch/functions.php @@ -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) ) ); } -- 2.25.1