From fb8f115ebb37dcf6190a14cbaae50c365b6b2447 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 14 Dec 2000 20:17:11 +0000 Subject: Formatting change. Trivial. --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process_bug.cgi b/process_bug.cgi index 9f47b05de..b0ead7abe 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -543,7 +543,7 @@ SWITCH: for ($::FORM{'knob'}) { if ( Param('strictvaluechecks') ) { CheckFormFieldDefined(\%::FORM,'comment'); } - SendSQL("INSERT INTO duplicates VALUES ($num, $::FORM{'id'})"); + SendSQL("INSERT INTO duplicates VALUES ($num, $::FORM{'id'})"); $::FORM{'comment'} .= "\n\n*** This bug has been marked as a duplicate of $num ***"; print "

Notation added to bug $num

\n"; system("./processmail", $num, $::FORM{'who'}); -- cgit v1.2.3-24-g4f1b