diff options
author | INOPIAE <inopiae@cacert.org> | 2012-12-19 10:21:05 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-12-19 10:21:05 +0100 |
commit | e6ca97e0cd0ba7c08b4a4299eead02894ccff9f4 (patch) | |
tree | 26188a537735420d3406df87595935a365de3e69 /www | |
parent | 2c99fd8439f671d088161753190c4a69d350582c (diff) | |
download | cacert-devel-e6ca97e0cd0ba7c08b4a4299eead02894ccff9f4.tar.gz cacert-devel-e6ca97e0cd0ba7c08b4a4299eead02894ccff9f4.tar.xz cacert-devel-e6ca97e0cd0ba7c08b4a4299eead02894ccff9f4.zip |
bug 1112: small changes
Diffstat (limited to 'www')
-rw-r--r-- | www/wot.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wot.php b/www/wot.php index e0250c1..d01fe2e 100644 --- a/www/wot.php +++ b/www/wot.php @@ -134,8 +134,8 @@ function send_reminder() L10n::set_translation($_SESSION['_config']['notarise']['language']); if ($_POST['ttp']!='') { //This mail does not need to be transalted - $body = "Hi TTP adminstrators \n\n "; - $body .= $_SESSION['profile']['fname']." ". $_SESSION['profile']['lname'].", ".$_SESSION['profile']['email']." is requesting a TTP assurances for ".mysql_escape_string(stripslashes($_POST['country']))."."; + $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""; if ($_POST['ttptopup']=='1') { $body .= "The user is requesting also the TTP TOPUP.\n\n"; }else{ |