Changeset 5bc1233 in github
- Timestamp:
- Jul 26, 2012 7:35:30 AM (10 months ago)
- Children:
- d359dcb, baecd8b
- Parents:
- 27bcb00
- File:
-
- 1 edited
-
program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_ldap.php
rafaccf1 r5bc1233 768 768 769 769 // use VLV pseudo-search for autocompletion 770 if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == ' email,name')770 if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == 'name,firstname,surname,email') 771 771 { 772 772 // add general filter to query
Note: See TracChangeset
for help on using the changeset viewer.
