--- a/AdminReport.php Fri Jul 30 23:35:44 2010 -0400
+++ b/AdminReport.php Sat Jul 31 00:26:49 2010 -0400
@@ -71,7 +71,7 @@
{
$email = getConfig('contact_email');
- if ( !is_array($result = arp_send_mail($email, "[{$_SERVER['HTTP_HOST']}] Website bug report", "Sent from IP: {$_SERVER['REMOTE_ADDR']}\n\n---------------------------\n$comment)")) )
+ if ( !is_array($result = arp_send_mail($email, "[{$_SERVER['HTTP_HOST']}] Website bug report", "Sent from IP: {$_SERVER['REMOTE_ADDR']}\n\n---------------------------\n$comment")) )
{
redirect(makeUrl($page), 'Report sent', 'Thank you, your report has been sent. Redirecting you back to the page...', 5);
}