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.
"; } }