From f3b4d84721b1fbfc2933dd310598b3e4794c92e8 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 30 Sep 2008 16:15:14 +0000 Subject: [PATCH] fixed typo --- lam/lib/lists.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/lists.inc b/lam/lib/lists.inc index 096ffda5..21bfaa28 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -849,7 +849,7 @@ class lamList { } else { $this->entries = array(); - StatusMessage("ERROR", _("LDAP Search failed! Please check your preferences.")); + StatusMessage("ERROR", _("LDAP search failed! Please check your preferences.")); } // generate list of possible suffixes $this->possibleSuffixes = $_SESSION['ldap']->search_units($_SESSION["config"]->get_Suffix($this->type));