fixed bug #1097058 ldap, adding user to groups changes phpgwaccounttype to u

This commit is contained in:
ak703 2005-01-09 17:12:50 +00:00
parent 8541e2b1f9
commit 0719a89986

View File

@ -203,9 +203,9 @@
$newGroupID = $newData['cn']; $newGroupID = $newData['cn'];
$oldGroupID = $newData['cn']; $oldGroupID = $newData['cn'];
} }
if($this->data['type']) if($this->data['account_type'])
{ {
$newData['phpgwaccounttype'] = $this->data['type']; $newData['phpgwaccounttype'] = $this->data['account_type'];
} }
/* /*