[dev] [cvs] commit: imp/lib/IMAP Client.php

Michael M Slusarz slusarz at mail.curecanti.org
Wed Jan 11 15:17:37 PST 2006


Quoting Matt Selsky <selsky at columbia.edu>:

> Instead of:
>
> $message = !empty($results[2]) ? htmlspecialchars($message) : _("No   
> message returned.");
>
> should this be:
>
> $message = !empty($results[2]) ? htmlspecialchars($results[2]) :   
> _("No message returned.");

yes - thanks for the catch.

michael

_______________________________________
Michael Slusarz [slusarz at curecanti.org]


More information about the dev mailing list