From 29e0f69aa620c14e300deec370c5f5528ad0abb4 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 21 Feb 2009 18:28:55 -0700 Subject: [PATCH] Incorrect comment. --- framework/Mime/lib/Horde/Mime.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/framework/Mime/lib/Horde/Mime.php b/framework/Mime/lib/Horde/Mime.php index f9cebc4bf..87f437f77 100644 --- a/framework/Mime/lib/Horde/Mime.php +++ b/framework/Mime/lib/Horde/Mime.php @@ -434,8 +434,6 @@ class Horde_Mime $convert = array(); $ret = array('params' => array(), 'val' => ''); - /* Kind of annoying: we have to re-encode in string form in order for - * Mail_mimeDecode to parse. */ if (is_array($data)) { // Use dummy base values $ret['val'] = (String::lower($type) == 'content-type') -- 2.11.0