Quoting Hiromi Kimura <[EMAIL PROTECTED]>:

> Is this a typo?
>
> --- imp/attachment.php.orig     Tue Jan  2 22:54:53 2007
> +++ imp/attachment.php  Fri Dec 14 13:02:37 2007
> @@ -128,7 +128,7 @@
>  }
>  $mime_type = MIME_Magic::analyzeData($file_data,  
> isset($conf['mime']['magic_db']) ? $conf['mime']['magic_db'] : null);
>  if ($mime_type === false) {
> -    $type = MIME_Magic::filenameToMIME($file_name, false);
> +    $mime_type = MIME_Magic::filenameToMIME($file_name, false);
>  }

Yes, and it was fixed several weeks ago:
http://cvs.horde.org/diff.php?r1=2.30&r2=2.31&f=imp%2Fattachment.php

michael

-- 
___________________________________
Michael Slusarz [EMAIL PROTECTED]

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to