alecpl
2011-09-19 681e9e6f1ae84974fb3e3fb11af7f783152c785d
- Don't set (wrong) error on groups listing action


1 files modified
2 ■■■■■ changed files
program/include/rcube_ldap.php 2 ●●●●● patch | view | raw | blame | history
program/include/rcube_ldap.php
@@ -1109,7 +1109,6 @@
        if ($res === false)
        {
            $this->_debug("S: ".ldap_error($this->conn));
            $this->set_error(self::ERROR_SAVING, 'errorsaving');
            return array();
        }
@@ -1329,7 +1328,6 @@
        if ($res === false)
        {
            $this->_debug("S: ".ldap_error($this->conn));
            $this->set_error(self::ERROR_SAVING, 'errorsaving');
            return array();
        }
        $ldap_data = ldap_get_entries($this->conn, $res);