print "<font color=blue>$_</font> : " .
($::FORM{$_} ? $::FORM{$_} : "undef") . "<br>\n";
}
- PutFooter();
+ PutFooter() if $::FORM{banner};
exit;
}
<p>
FIN
-PutFooter();
+PutFooter() if $::FORM{banner};
+
##################################
# user came in with no form data #
FIN
#Add this above to get a control for showing the SQL query:
#<input type=checkbox name=showsql value=1> Show SQL<br>
+ PutFooter();
}
sub most_doomed
if ($bugs_count == 0)
{
print "No bugs found!\n";
- PutFooter();
+ PutFooter() if $::FORM{banner};
exit;
}
<p>
FIN
- PutFooter();
+ PutFooter() if $::FORM{banner};
exit;
}