print "<center>\n<h1>";
if( $FORM{'product'} ne "-All-" ) {
+ SendSQL("SELECT defaultmilestone FROM products WHERE product = " .
+ SqlQuote($FORM{'product'}));
+ $ms = FetchOneColumn();
print "Most Doomed for $ms ($FORM{'product'})";
} else {
print "Most Doomed for $ms";
print "<center>\n<h1>";
if( $FORM{'product'} ne "-All-" ) {
+ SendSQL("SELECT defaultmilestone FROM products WHERE product = " .
+ SqlQuote($FORM{'product'}));
+ $ms = FetchOneColumn();
print "Most Recently Doomed ($FORM{'product'})";
} else {
print "Most Recently Doomed";