* emailadmin: fix problem with UpperLowerCase User Names, use lower case usernames ONLY, when accessing / creating / updating mailboxes

This commit is contained in:
Klaus Leithoff 2011-09-20 10:22:06 +00:00
parent 09eb4cbbe1
commit 778bf6c666

View File

@ -324,7 +324,7 @@
}
}
}
return $_username;
return strtolower($_username);
}
/**