alecpl
2011-09-20 015decf8152128c976cf31f6d642f741a4226d60
- Fix listing contacts in a group


1 files modified
4 ■■■ changed files
program/include/rcube_ldap.php 4 ●●● patch | view | raw | blame | history
program/include/rcube_ldap.php
@@ -77,7 +77,7 @@
            $this->groups = true;
            // set member field
            if (!empty($p['groups']['member_attr']))
                $this->prop['member_attr'] = $p['groups']['member_attr'];
                $this->prop['member_attr'] = strtolower($p['groups']['member_attr']);
            else if (empty($p['member_attr']))
                $this->prop['member_attr'] = 'member';
        }
@@ -1101,8 +1101,6 @@
     */
    function list_groups($search = null)
    {
        global $RCMAIL;
        if (!$this->groups)
            return array();