Changeset 5bc1233 in github


Ignore:
Timestamp:
Jul 26, 2012 7:35:30 AM (10 months ago)
Author:
Thomas Bruederli <thomas@…>
Children:
d359dcb, baecd8b
Parents:
27bcb00
Message:

Use the same hard-coded fields for vlv-based autocompletion as in steps/mail/autocomplete.inc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_ldap.php

    rafaccf1 r5bc1233  
    768768 
    769769        // 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') 
    771771        { 
    772772            // add general filter to query 
Note: See TracChangeset for help on using the changeset viewer.