search_username($user);
if ($dn) {
// redirect to account.php
echo("");
}
else {
// print error message if user was not found
echo ("\n");
echo ("\n");
echo "
userlink\n";
echo "\n";
echo "\n";
echo StatusMessage("ERROR", "", _("This user was not found or is invalid!") . " " . $user);
echo ("\n");
}