removed TODO

This commit is contained in:
Roland Gruber 2006-05-21 19:52:47 +00:00
parent 6c0d3f4e16
commit 7ee6a87bec
1 changed files with 1 additions and 1 deletions

View File

@ -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));