diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-24 07:57:21 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-24 07:57:21 +0000 |
| commit | 4278ac8215da8ce3a62027d2dc4e763f2b45ab2d (patch) | |
| tree | 98d390f64ee90706c2e539feb4fcfafa3ae9e2a8 /roundcubemail/program/include | |
| parent | 875a49c2581f9349098285484d36f48a62236730 (diff) | |
- Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
git-svn-id: https://svn.roundcube.net/trunk@2006 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index d07e03c0d..53b4765b9 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -433,7 +433,7 @@ class rcmail // lowercase username if it's an e-mail address (#1484473) if (strpos($username, '@')) - $username = strtolower($username); + $username = rc_strtolower($username); // user already registered -> overwrite username if ($user = rcube_user::query($username, $host)) |
