From 63738c4b44d52d40a5b4d9230d54d70c26c7dc05 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Mon, 7 Jan 2013 20:02:02 +0100 Subject: bug 1112: fixed typo --- www/wot.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/wot.php b/www/wot.php index 07845db..2ffaf7b 100644 --- a/www/wot.php +++ b/www/wot.php @@ -135,7 +135,10 @@ function send_reminder() if ($_POST['ttp']!='') { //This mail does not need to be translated $body = "Hi TTP adminstrators,\n\n"; - $body .= "User ".$_SESSION['profile']['fname']." ". $_SESSION['profile']['lname']." with email address: ".$_SESSION['profile']['email']." is requesting a TTP assurances for ".mysql_escape_string(stripslashes($_POST['country'])).".\n\n""; + $body .= "User ".$_SESSION['profile']['fname']." ". + $_SESSION['profile']['lname']." with email address '". + $_SESSION['profile']['email']."' is requesting a TTP assurances for ". + mysql_escape_string(stripslashes($_POST['country'])).".\n\n"; if ($_POST['ttptopup']=='1') { $body .= "The user is requesting also the TTP TOPUP.\n\n"; }else{ -- cgit v1.2.1