From 0719a89986e8a2e5ed637e20ff543cb53f51970d Mon Sep 17 00:00:00 2001 From: ak703 Date: Sun, 9 Jan 2005 17:12:50 +0000 Subject: [PATCH] fixed bug #1097058 ldap, adding user to groups changes phpgwaccounttype to u --- phpgwapi/inc/class.accounts_ldap.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.accounts_ldap.inc.php b/phpgwapi/inc/class.accounts_ldap.inc.php index 965b750eb7..1c1bfb54b1 100644 --- a/phpgwapi/inc/class.accounts_ldap.inc.php +++ b/phpgwapi/inc/class.accounts_ldap.inc.php @@ -203,9 +203,9 @@ $newGroupID = $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']; } /*