Changeset 5373 in subversion
- Timestamp:
- Oct 28, 2011 4:19:22 PM (19 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_ldap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_ldap.php
r5372 r5373 714 714 715 715 // use VLV pseudo-search for autocompletion 716 if ($this->prop['vlv_search'] && $this->conn && join(',', $fields) == 'email,name')716 if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == 'email,name') 717 717 { 718 718 // add general filter to query
Note: See TracChangeset
for help on using the changeset viewer.
