diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-06-17 13:53:05 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-06-17 13:53:05 +0000 |
| commit | 7ebf474d54b70acee49aa4538db3ed01e430e48a (patch) | |
| tree | 7b4127c20a03a520cf031d95127ffc1abcc0392a /auth | |
| parent | 1aa81279be06c3c4a62864d8e3635434cd1e0d47 (diff) | |
| download | users-7ebf474d54b70acee49aa4538db3ed01e430e48a.tar.gz users-7ebf474d54b70acee49aa4538db3ed01e430e48a.tar.bz2 users-7ebf474d54b70acee49aa4538db3ed01e430e48a.zip | |
update getAllGroups() to not return stuff in ['data'] hashkey. this is still from tikiwiki days and is tedious to deal with.
Diffstat (limited to 'auth')
| -rw-r--r-- | auth/ldap/auth.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php index c4dde27..3177122 100644 --- a/auth/ldap/auth.php +++ b/auth/ldap/auth.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_users/auth/ldap/auth.php,v 1.3 2006/10/13 12:47:40 lsces Exp $ + * $Header: /cvsroot/bitweaver/_bit_users/auth/ldap/auth.php,v 1.4 2007/06/17 13:53:05 squareing Exp $ * * @package users */ @@ -114,7 +114,6 @@ class LDAPAuth extends BaseAuth { global $gBitUser; $listHash = array(); $groups = $gBitUser->getAllGroups($listHash); - $groups=$groups['data']; $groupsD =array(); foreach ($groups as $g) { $groupsD[$g['group_id']]= "{$g['group_name']} ( {$g['group_desc']} )"; |
