Changeset 1592 in subversion


Ignore:
Timestamp:
Jul 16, 2008 3:54:16 AM (5 years ago)
Author:
alec
Message:
  • fix for ldap_public value checking
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/mail/compose.inc

    r1565 r1592  
    824824      $a_contacts[] = format_email_recipient($sql_arr['email'], $sql_arr['name']); 
    825825  } 
    826 if (isset($CONFIG['ldap_public'])) 
     826if (!empty($CONFIG['ldap_public']) && is_array($CONFIG['ldap_public'])) 
    827827  { 
    828828  /* LDAP autocompletion */  
Note: See TracChangeset for help on using the changeset viewer.