Changeset 5508 in subversion
- Timestamp:
- Nov 29, 2011 3:44:53 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r5506 r5508 745 745 $this->result = new rcube_result_set(0); 746 746 747 if (!$this->ldap_result) {747 if (!$this->ldap_result) { 748 748 $this->_debug("S: ".ldap_error($this->conn)); 749 return $this->result;750 }751 752 $this->_debug("S: ".ldap_count_entries($this->conn, $this->ldap_result)." record(s)");749 return $this->result; 750 } 751 752 $this->_debug("S: ".ldap_count_entries($this->conn, $this->ldap_result)." record(s)"); 753 753 754 754 // get all entries of this page and post-filter those that really match the query
Note: See TracChangeset
for help on using the changeset viewer.
