Changeset 5771 in subversion
- Timestamp:
- Jan 13, 2012 6:37:00 AM (16 months ago)
- Location:
- branches/release-0.7
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.7/CHANGELOG
r5770 r5771 2 2 =========================== 3 3 4 - Fix wrong variable name in rcube_ldap.php (#1488302) 4 5 - Make mime type detection based on filename extension to be case-insensitive 5 6 - Fix failure on MySQL database upgrade from 0.7 - text column can't have default value (#1488300) -
branches/release-0.7/program/include/rcube_ldap.php
r5736 r5771 1235 1235 ) { 1236 1236 $entries_count = ldap_count_entries($this->conn, $this->ldap_result); 1237 $this->_debug("S: $ count_entriesrecord(s)");1238 1239 return $count ? $ count_entries: true;1237 $this->_debug("S: $entries_count record(s)"); 1238 1239 return $count ? $entries_count : true; 1240 1240 } 1241 1241 else {
Note: See TracChangeset
for help on using the changeset viewer.
