Update of /cvsroot/phpwiki/phpwiki/lib/WikiUser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4203 Modified Files: IMAP.php Log Message: trivial tuning by michael pruitt. Patch #1120185 Index: IMAP.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/WikiUser/IMAP.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -2 -b -p -d -r1.4 -r1.5 --- IMAP.php 26 Dec 2004 17:11:17 -0000 1.4 +++ IMAP.php 25 Apr 2005 19:46:08 -0000 1.5 @@ -30,7 +30,9 @@ extends _PassUser return $this->_level; } else { + if ($submitted_password != "") { // if LENGTH 0 is allowed trigger_error(_("Unable to connect to IMAP server "). IMAP_AUTH_HOST, E_USER_WARNING); } + } return $this->_tryNextPass($submitted_password); @@ -52,4 +54,7 @@ extends _PassUser // $Log$ +// Revision 1.5 2005年04月25日 19:46:08 rurban +// trivial tuning by michael pruitt. Patch #1120185 +// // Revision 1.4 2004年12月26日 17:11:17 rurban // just copyright