]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Formatting change. Trivial.
authorgerv%gerv.net <>
Thu, 14 Dec 2000 20:17:11 +0000 (20:17 +0000)
committergerv%gerv.net <>
Thu, 14 Dec 2000 20:17:11 +0000 (20:17 +0000)
process_bug.cgi

index 9f47b05de7d59848b1894d7633eee35a69078676..b0ead7abe1299cc5d48b8229142c9ad212a71d92 100755 (executable)
@@ -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 "<TABLE BORDER=1><TD><H2>Notation added to bug $num</H2>\n";
         system("./processmail", $num, $::FORM{'who'});