alecpl
2008-05-08 6153e205162478cda6687f2d326c1821ac3e6dd9
program/steps/mail/addcontact.inc
@@ -24,7 +24,7 @@
if (!empty($_POST['_address']))
{
  $CONTACTS = array();
  if (!$CONFIG["use_SQL_address_book"]) {
  if ($CONFIG['address_book_type'] == 'ldap') {
    // Use the first writable LDAP address book.
    foreach ($CONFIG["ldap_public"] as $id => $prop) {
      if ($prop["writable"]) {