From 270b278f43ef63e835e87c0b0eae0f9318aa99d6 Mon Sep 17 00:00:00 2001 From: secretr Date: Tue, 6 Dec 2011 09:42:27 +0000 Subject: [PATCH] typo resulting in parse error --- comment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comment.php b/comment.php index 0449b2768..490c7f110 100644 --- a/comment.php +++ b/comment.php @@ -137,7 +137,7 @@ if (isset($_POST['replysubmit'])) if ($redirectFlag) { // Need to go back to original page - + // Check for core tables first switch ($table) { @@ -154,7 +154,7 @@ if ($redirectFlag) echo "\n"; exit; case 'user' : - echo "\n"; + echo "\n"; exit; }