Changeset 9ac31a6 in github
- Timestamp:
- Jan 13, 2012 6:37:00 AM (17 months ago)
- Branches:
- release-0.7
- Children:
- 68d3aad
- Parents:
- 3c36bcc
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r3c36bcc r9ac31a6 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) -
program/include/rcube_ldap.php
r49cdae9 r9ac31a6 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.
