Thomas Bruederli
2012-07-26 baecd8becccd7786632c1cda895123293ceb1408
program/include/rcube_ldap.php
@@ -767,7 +767,9 @@
        }
        // use VLV pseudo-search for autocompletion
        if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == 'name,firstname,surname,email')
        $rcmail = rcmail::get_instance();
        if ($this->prop['vlv_search'] && $this->conn && join(',', (array)$fields) == join(',', $rcmail->config->get('contactlist_fields')))
        {
            // add general filter to query
            if (!empty($this->prop['filter']) && empty($this->filter))