diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-29 11:31:23 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-29 11:31:23 +0000 |
| commit | 8167bf21ec421056bebe5c1958dc742d309c25a4 (patch) | |
| tree | 3cd70ed4fa1fe5291b5a3ce1dcbbd0564aea4b62 /roundcubemail/program/include/rcmail.php | |
| parent | e80ab69507e07470d1b983630dbc05416a8f98ee (diff) | |
Add groups support for LDAP address books, contributed by Andreas Dick
git-svn-id: https://svn.roundcube.net/trunk@4467 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcmail.php')
| -rw-r--r-- | roundcubemail/program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php index 7f76ba4c3..ab2c16172 100644 --- a/roundcubemail/program/include/rcmail.php +++ b/roundcubemail/program/include/rcmail.php @@ -394,7 +394,7 @@ class rcmail $list[$id] = array( 'id' => $id, 'name' => $prop['name'], - 'groups' => false, + 'groups' => is_array($prop['groups']), 'readonly' => !$prop['writable'], 'autocomplete' => in_array('sql', $autocomplete) ); |
