removed useless echo

This commit is contained in:
Roland Gruber 2003-07-27 14:20:39 +00:00
parent c0e76df3ad
commit 135c6ed96f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ else {
echo "<html><head><title>userlink</title>\n";
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../../style/layout.css\">\n";
echo "</head><body>\n";
echo StatusMessage("ERROR", "", _("This user was not found!") . " (" . $user . ")");
StatusMessage("ERROR", "", _("This user was not found!") . " (" . $user . ")");
echo ("</body></html>\n");
}