Closed (fixed)
Project:
Mail MIME
Version:
6.x-2.13
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 May 2011 at 04:23 UTC
Updated:
28 May 2011 at 18:01 UTC
Hi,
Just wanted to inform you that there's an errand comma on line 77 that throws a fatal error, both in your dev and stable version.
drupal_set_message(
t('Your version of <a href="@mimepart">!mimepart</a> is too old. Please update to version 1.6.1 or later.',
array(
'@mimepart' => 'http://pear.php.net/package/Mail_Mime/docs/1.6.1/Mail_Mime/Mail_mimePart.html',
'!mimepart' => 'Mail_mimePart',
)
),
Comments
Comment #1
pillarsdotnet commentedThanks. Fixed in 6.x-2.13 release.