Put 'do another' at the top not bottom of the page

svn path=/trunk/boinc/; revision=5930
This commit is contained in:
Bruce Allen 2005-04-25 15:06:22 +00:00
parent 62ef1e8107
commit 219fab8a5c
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ if (!$hostid) {
} else { } else {
$res = mysql_query("select * from user where id='$host->userid'"); $res = mysql_query("select * from user where id='$host->userid'");
$user = mysql_fetch_object($res); $user = mysql_fetch_object($res);
echo "<a href=\"problem_host.php\">Do another?</a><br><br>";
send_problem_email($user, $host); send_problem_email($user, $host);
echo "Email to ".$user->email_addr." has been send.<br> echo "Email to ".$user->email_addr." has been sent.<br>";
<a href=\"problem_host.php\">Do another?</a>";
} }
} }