X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmail_fetch%2Ffunctions.php;h=8719fc2facd621dde724079a8b053d48ae38757e;hp=84dadc967ad15fe53eb81984dea295b4c8939e3a;hb=9af8c23a59689e79183778c99c56e6058ebc09ea;hpb=d3c893575fc6e39a7e6399e3457d3abc03a893b4 diff --git a/plugins/mail_fetch/functions.php b/plugins/mail_fetch/functions.php index 84dadc96..8719fc2f 100644 --- a/plugins/mail_fetch/functions.php +++ b/plugins/mail_fetch/functions.php @@ -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 +?>