mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
allow to change mail domain
This commit is contained in:
parent
697d8931eb
commit
c655ab1e7f
@ -179,12 +179,12 @@ class admin_passwordreset
|
|||||||
}
|
}
|
||||||
$emailadmin->saveUserData($account_id, $userData);
|
$emailadmin->saveUserData($account_id, $userData);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$msg .= lang('No profile defined for user %1', '#'.$account_id.' '.$account['account_fullname']."\n");
|
$msg .= lang('No profile defined for user %1', '#'.$account_id.' '.$account['account_fullname']."\n");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
$changed[] = $account;
|
$changed[] = $account;
|
||||||
|
|
||||||
if ($content['notify'])
|
if ($content['notify'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user