Skip to content

Commit

Permalink
# bugfix: #1484473
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Sep 1, 2007
1 parent c1f1602 commit a664a67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions program/include/main.inc
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ function rcmail_login($user, $pass, $host=NULL)
{
global $CONFIG, $IMAP, $DB, $sess_user_lang;
$user_id = NULL;
$user = strtolower($user); // fix case: #1484473

if (!$host)
$host = $CONFIG['default_host'];
Expand Down

0 comments on commit a664a67

Please sign in to comment.