[dev] [cvs] commit: imp/lib Compose.php
Matt Selsky
selsky at columbia.edu
Thu Sep 4 14:20:09 UTC 2008
On Sep 4, 2008, at 6:19 AM, Carlos Pires wrote:
> @@ -1225,7 +1225,7 @@ class IMP_Compose {
>
> $obs = IMP::parseAddressList($email);
> if (is_a($obs, 'PEAR_Error')) {
> - return PEAR::raiseError(sprintf(_("Invalid e-mail
> address: $email.")));
> + return PEAR::raiseError(sprintf(_("Invalid e-mail
> address: %s."), $email));
> }
>
> foreach ($obs as $ob) {
>>
Committed, thanks!
--
Matt
More information about the dev
mailing list