[dev] [cvs] commit: imp/lib/IMAP Client.php
Matt Selsky
selsky at columbia.edu
Wed Jan 11 15:14:19 PST 2006
On Wed, Jan 11, 2006 at 03:04:02PM -0800, Michael M Slusarz wrote:
> slusarz 2006-01-11 15:04:02 PST
>
> Modified files:
> lib/IMAP Client.php
> Log:
> Improved error checking on login.
>
> Revision Changes Path
> 1.32 +18 -10 imp/lib/IMAP/Client.php
>
> Chora Links:
> http://cvs.horde.org/diff.php/imp/lib/IMAP/Client.php?r1=1.31&r2=1.32&ty=u
Instead of:
$message = !empty($results[2]) ? htmlspecialchars($message) : _("No message returned.");
should this be:
$message = !empty($results[2]) ? htmlspecialchars($results[2]) : _("No message returned.");
--
Matt
More information about the dev
mailing list