diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-08 08:17:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-08 08:17:35 +0000 |
| commit | 9f0fddc89d094de36db1ee84175aac530e974cce (patch) | |
| tree | 4b41ab871a5292f35fc998f53ee1fd764cf6993f /roundcubemail/program/steps/mail | |
| parent | ac10fb742976230fc1e304cdcd1b40cd698d4bc5 (diff) | |
- Option 'use_SQL_address_book' replaced by 'address_book_type'
git-svn-id: https://svn.roundcube.net/trunk@1364 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
| -rw-r--r-- | roundcubemail/program/steps/mail/addcontact.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/addcontact.inc b/roundcubemail/program/steps/mail/addcontact.inc index 6f4187ba4..65682688f 100644 --- a/roundcubemail/program/steps/mail/addcontact.inc +++ b/roundcubemail/program/steps/mail/addcontact.inc @@ -24,7 +24,7 @@ $done = false; 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"]) { |
