Changeset 1592 in subversion
- Timestamp:
- Jul 16, 2008 3:54:16 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/compose.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/compose.inc
r1565 r1592 824 824 $a_contacts[] = format_email_recipient($sql_arr['email'], $sql_arr['name']); 825 825 } 826 if ( isset($CONFIG['ldap_public']))826 if (!empty($CONFIG['ldap_public']) && is_array($CONFIG['ldap_public'])) 827 827 { 828 828 /* LDAP autocompletion */
Note: See TracChangeset
for help on using the changeset viewer.
