mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
merged Lars patch, which was only applied to 1.0
This commit is contained in:
parent
ac501a1937
commit
ce279014bc
@ -312,7 +312,7 @@
|
||||
'account_type' => $account_info['account_type'],
|
||||
'person_id' => $account_info['person_id'],
|
||||
'account_primary_group' => $account_info['account_primary_group'],
|
||||
'account_email' => $account_info['email'],
|
||||
'account_email' => $account_info['account_email'],
|
||||
);
|
||||
if (isset($account_info['account_id']) && (int)$account_info['account_id'] && !$this->id2name($account_info['account_id']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user