From 4152e763d56ec8701e7fb3e615a0a9a5125c4823 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Thu, 6 Jul 2006 23:44:52 +0000 Subject: [PATCH] Fix adding new comments. We were using 'body' instead of 'sBody' --- addcomment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addcomment.php b/addcomment.php index 0f82ccf..446adae 100644 --- a/addcomment.php +++ b/addcomment.php @@ -77,7 +77,7 @@ if(!empty($aClean['sBody'])) echo "  ".$_SESSION['current']->sRealname."\n"; echo "Subject: \n"; echo "   \n"; - echo "\n"; + echo "\n"; echo "\n"; echo " \n"; echo " \n";