From: gerv%gerv.net <> Date: Thu, 14 Dec 2000 20:17:11 +0000 (+0000) Subject: Formatting change. Trivial. X-Git-Tag: bugzilla-2.12~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb8f115ebb37dcf6190a14cbaae50c365b6b2447;p=thirdparty%2Fbugzilla.git Formatting change. Trivial. --- diff --git a/process_bug.cgi b/process_bug.cgi index 9f47b05de7..b0ead7abe1 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'});