Commit fb8f115e authored by gerv%gerv.net's avatar gerv%gerv.net

Formatting change. Trivial.

parent cc0123cd
...@@ -543,7 +543,7 @@ SWITCH: for ($::FORM{'knob'}) { ...@@ -543,7 +543,7 @@ SWITCH: for ($::FORM{'knob'}) {
if ( Param('strictvaluechecks') ) { if ( Param('strictvaluechecks') ) {
CheckFormFieldDefined(\%::FORM,'comment'); 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 ***"; $::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"; print "<TABLE BORDER=1><TD><H2>Notation added to bug $num</H2>\n";
system("./processmail", $num, $::FORM{'who'}); system("./processmail", $num, $::FORM{'who'});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment