Changeset 1224463 in github
- Timestamp:
- Jan 13, 2012 6:51:20 AM (16 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- e493c84
- Parents:
- 4391a780
- File:
-
- 1 edited
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
rad8c9db r1224463 871 871 $this->filter = $this->prop['filter']; 872 872 } 873 $this->_exec_search(true); 874 if ($this->ldap_result) { 875 $count = ldap_count_entries($this->conn, $this->ldap_result); 876 } 873 874 $count = (int) $this->_exec_search(true); 877 875 } 878 876
Note: See TracChangeset
for help on using the changeset viewer.
