Changeset - d725bd7f636a
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 12 years ago 2013-04-05 01:22:56
ohnobinki@ohnopublishing.net
Fix typo in placing feedback user’s email address into the feedback email.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
feedback-submit.php
Show inline comments
 
@@ -88,25 +88,25 @@ if ($use_captcha)
 
      {
 
	$messages .= '<p>Your captcha response was incorrect or expired.</p>';
 
	$reject = TRUE;
 
      }
 
  }
 

	
 
$success = FALSE;
 
if (!$reject)
 
  {
 
    $feedback = stripcslashes($feedback);
 

	
 
    $message = gmdate('l, F j, Y, g:i a') ."
 
From: $nameis <$visitormai>
 
From: $nameis <$visitormail>
 
School: $school ($school_id)\n
 
Rating: $rating 
 
Feedback: $feedback 
 
\n
 
IP = $ip 
 
Browser = $httpagent 
 
Deployment = $fromdom
 
Referrer = $referrer
 
saved_schedules = $saved_schedules
 
";
 

	
 
    $from = "From: $visitormail\r\n";
0 comments (0 inline, 0 general)