fixed now working contact-data-edit of accounts via admin for accounts in ldap

This commit is contained in:
Ralf Becker 2006-06-21 23:14:18 +00:00
parent 5d30855ed1
commit 5f41dd5512

View File

@ -395,6 +395,7 @@ class accounts_backend
// lastlogin and lastlogin from are not availible via the shadowAccount object class
// 'account_lastlogin' => $data['phpgwaccountlastlogin'][0],
// 'account_lastloginfrom' => $data['phpgwaccountlastloginfrom'][0],
'person_id' => $data['uid'][0], // id of associated contact
);
if ($GLOBALS['egw_info']['server']['ldap_extra_attributes'])
{