From 612a0e6728fd2dcbfe73c2278d60c42d19bdc981 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 8 Oct 2005 01:44:17 +0000 Subject: [PATCH] r497: Fixed parse error --- editreport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editreport.php b/editreport.php index 8c9dc6c..0e12da3 100644 --- a/editreport.php +++ b/editreport.php @@ -266,7 +266,7 @@ if ($_POST['do'] == 'update') { if ($hascomment AND $autoaction['comment']) { - $bugsys->in['comment'] .= "\n\n" $lang->string('--------------- AUTOMATIC RESPONSE ---------------') . "\n" . $autoaction['comment']; + $bugsys->in['comment'] .= "\n\n" . $lang->string('--------------- AUTOMATIC RESPONSE ---------------') . "\n" . $autoaction['comment']; } else if (!$hascomment AND $autoaction['comment']) { -- 2.22.5