till
2008-02-01 d75921732befa98dc8164300662451c5e659d251
* oops, fixed a parse error (which i just comitted) >:(

1 files modified
3 ■■■■ changed files
program/steps/mail/compose.inc 3 ●●●● patch | view | raw | blame | history
program/steps/mail/compose.inc
@@ -883,7 +883,7 @@
    if ($sql_arr['email'])
      $a_contacts[] = format_email_recipient($sql_arr['email'], JQ($sql_arr['name']));
  }
if (isset($CONFIG['ldap_public'])) {
if (isset($CONFIG['ldap_public']))
  {
/* LDAP autocompletion */ 
foreach ($CONFIG['ldap_public'] as $ldapserv_config) 
@@ -909,7 +909,6 @@
       $a_contacts[] = format_email_recipient($email, JQ($name)); 
       } 
     } 
  $LDAP->close(); 
  }
  }