fixed typo

This commit is contained in:
Roland Gruber 2008-09-30 16:15:14 +00:00
parent 199ebea653
commit f3b4d84721
1 changed files with 1 additions and 1 deletions

View File

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