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