summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authorjustinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-18 11:51:26 +0000
committerjustinrandell <justinrandell@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-01-18 11:51:26 +0000
commitd2ea5496445464f5c9721ddf7c8813db9fda6163 (patch)
treeb721ab68254d8a3f685abb9b532f6311badd5048 /roundcubemail/program
parent333d331275cfee0c5326634a903e5f0eb9b542b6 (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.inc2
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');