Changeset b67bcc6 in github for program/steps/mail/compose.inc


Ignore:
Timestamp:
Jul 16, 2008 3:54:16 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
b82a626
Parents:
e7b87e5
Message:
  • fix for ldap_public value checking
File:
1 edited

Legend:

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

    r4dae735 rb67bcc6  
    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.