From 7ee6a87becbd85907589c7b7be2e990d0abbc8fd Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 21 May 2006 19:52:47 +0000 Subject: [PATCH] removed TODO --- 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 805df07a..a16236c0 100644 --- a/lam/lib/lists.inc +++ b/lam/lib/lists.inc @@ -637,7 +637,7 @@ class lamList { } else { $this->entries = array(); - StatusMessage("ERROR", _("LDAP Search failed! Please check your preferences."), $this->labels['error_noneFound']); // TODO correct message + 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));