From 219fab8a5cfdeac61ac8b0c68ac5a29818049525 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Mon, 25 Apr 2005 15:06:22 +0000 Subject: [PATCH] Put 'do another' at the top not bottom of the page svn path=/trunk/boinc/; revision=5930 --- html/ops/problem_host.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/ops/problem_host.php b/html/ops/problem_host.php index dffe8b2a1b..e39d5f967d 100644 --- a/html/ops/problem_host.php +++ b/html/ops/problem_host.php @@ -38,9 +38,9 @@ if (!$hostid) { } else { $res = mysql_query("select * from user where id='$host->userid'"); $user = mysql_fetch_object($res); + echo "Do another?

"; send_problem_email($user, $host); - echo "Email to ".$user->email_addr." has been send.
- Do another?"; + echo "Email to ".$user->email_addr." has been sent.
"; } }