thomascube
2012-02-15 b8e6ba1908a9d2e9c5f22f8c4cc532d06e685ed0
Backported r5878 to 0.7 release branch

1 files modified
3 ■■■■■ changed files
program/include/rcube_ldap.php 3 ●●●●● patch | view | raw | blame | history
program/include/rcube_ldap.php
@@ -606,6 +606,9 @@
        for ($i=0; $i < $entry[$attr]['count']; $i++)
        {
            if (empty($entry[$attr][$i]))
                continue;
            $result = @ldap_read($this->conn, $entry[$attr][$i], '(objectclass=*)',
                $attrib, 0, (int)$this->prop['sizelimit'], (int)$this->prop['timelimit']);