ZP-828 Copy-paste error. Released under the Affero GNU General Public License (AGPL) version 3.

parent 035ecc1b
...@@ -90,7 +90,7 @@ function getDefaultFullNameValue($username, $domain) { ...@@ -90,7 +90,7 @@ function getDefaultFullNameValue($username, $domain) {
if (defined('IMAP_DEFAULTFROM')) { if (defined('IMAP_DEFAULTFROM')) {
switch (IMAP_DEFAULTFROM) { switch (IMAP_DEFAULTFROM) {
case 'ldap': case 'ldap':
$v = getIdentityFromSql($username, $domain, IMAP_FROM_LDAP_FULLNAME, false); $v = getIdentityFromLdap($username, $domain, IMAP_FROM_LDAP_FULLNAME, false);
break; break;
case 'sql': case 'sql':
$v = getIdentityFromSql($username, $domain, IMAP_FROM_SQL_FULLNAME, false); $v = getIdentityFromSql($username, $domain, IMAP_FROM_SQL_FULLNAME, false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment