Thomas Bruederli
2012-07-26 5bc1233de808442f8d412bf4394fda05b22f41d2
Use the same hard-coded fields for vlv-based autocompletion as in steps/mail/autocomplete.inc
1 files modified
2 ■■■ changed files
program/include/rcube_ldap.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_ldap.php
@@ -767,7 +767,7 @@
        }
        // use VLV pseudo-search for autocompletion
        if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == 'email,name')
        if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == 'name,firstname,surname,email')
        {
            // add general filter to query
            if (!empty($this->prop['filter']) && empty($this->filter))