use diagnostics;
use strict;
+sub sillyness { # shut up "used only once" warnings
+ my $zz = @::legal_keywords;
+}
+
require "CGI.pl";
print "Content-type: text/html\n";
SendSQL("INSERT INTO bugs_activity " .
"(bug_id,who,bug_when,fieldid,oldvalue,newvalue) VALUES " .
"($id,$exporterid,now(),$fieldid,'$cur_status','RESOLVED')");
- my $fieldid = GetFieldID("resolution");
+ $fieldid = GetFieldID("resolution");
my $cur_res= $bug->resolution;
SendSQL("INSERT INTO bugs_activity " .
"(bug_id,who,bug_when,fieldid,oldvalue,newvalue) VALUES " .