Changeset b1f0846 in github for program/include/rcube_ldap.php
- Timestamp:
- Oct 7, 2011 4:33:24 AM (20 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
- Children:
- fb40f37
- Parents:
- 8fb04be
- File:
-
- 1 edited
-
program/include/rcube_ldap.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
r8fb04be rb1f0846 73 73 { 74 74 $this->prop = $p; 75 75 76 76 if (isset($p['searchonly'])) 77 77 $this->searchonly = $p['searchonly']; … … 448 448 return $this->result; 449 449 } 450 450 451 451 // add general filter to query 452 452 if (!empty($this->prop['filter']) && empty($this->filter)) … … 1032 1032 $out[$rf] = $value; 1033 1033 } 1034 1035 // Make sure name fields aren't arrays (#1488108) 1036 if (is_array($out[$rf]) && in_array($rf, array('name', 'surname', 'firstname', 'middlename', 'nickname'))) { 1037 $out[$rf] = $out[$rf][0]; 1038 } 1034 1039 } 1035 1040
Note: See TracChangeset
for help on using the changeset viewer.
