diff options
| author | justinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-18 11:51:26 +0000 |
|---|---|---|
| committer | justinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-18 11:51:26 +0000 |
| commit | d2ea5496445464f5c9721ddf7c8813db9fda6163 (patch) | |
| tree | b721ab68254d8a3f685abb9b532f6311badd5048 /roundcubemail/program | |
| parent | 333d331275cfee0c5326634a903e5f0eb9b542b6 (diff) | |
better explanation of ldap_public in config file. changed check for ldap public config to isset
git-svn-id: https://svn.roundcube.net/trunk@111 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/addressbook/ldapsearchform.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/addressbook/ldapsearchform.inc b/roundcubemail/program/steps/addressbook/ldapsearchform.inc index 5e414ba3e..5c04406c5 100644 --- a/roundcubemail/program/steps/addressbook/ldapsearchform.inc +++ b/roundcubemail/program/steps/addressbook/ldapsearchform.inc @@ -26,7 +26,7 @@ require_once 'include/rcube_ldap.inc'; function rcmail_ldap_public_search_form($attrib) { global $CONFIG, $JS_OBJECT_NAME, $OUTPUT; - if (!$CONFIG['ldap_public']) + if (!isset($CONFIG['ldap_public'])) { // no ldap servers to search show_message('noldapserver', 'warning'); |
