fixed image for invalid messages

This commit is contained in:
Roland Gruber 2006-01-06 10:38:54 +00:00
parent f6ba232bc8
commit 0c88f5d99d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ function StatusMessage($MessageTyp,$MessageHeadline,$MessageText='',$MessageVari
/* Set output-message, when none or false $MessageTyp is submitted. */
else {
$class = "class=\"statusError\"";
$MessageTyp = _("LAM Internal Error");
$MessageTyp = _("ERROR");
$MessageHeadline = _("Invalid/Missing Message type");
$MessageText = _("Please report this error to the Bug-Tracker at {link=http://lam.sourceforge.net}LDAP Account Manager Development Team{endlink}. The error number is {bold}0001:Invalid/Missing Message type.{endbold} Thank you.");
}