Changeset 5373 in subversion


Ignore:
Timestamp:
Oct 28, 2011 4:19:22 PM (19 months ago)
Author:
thomasb
Message:

Avoid errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_ldap.php

    r5372 r5373  
    714714 
    715715        // 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') 
    717717        { 
    718718            // add general filter to query 
Note: See TracChangeset for help on using the changeset viewer.