Author: joeyh
Date: 2005-09-10 15:58:27 +0000 (Sat, 10 Sep 2005)
New Revision: 1902

Modified:
   bin/checklist
Log:
remove unimportant from the key


Modified: bin/checklist
===================================================================
--- bin/checklist       2005-09-10 15:12:00 UTC (rev 1901)
+++ bin/checklist       2005-09-10 15:58:27 UTC (rev 1902)
@@ -305,6 +305,7 @@
        print OUT "<hr>\n";
        print OUT "Key: ";
        foreach my $keyline (@urgencies) {
+               next if $keyline eq 'unimportant';
                print OUT "<span style=\"border: 1px dashed; 
background:".$colormap{$keyline}."\">&nbsp;$keyline&nbsp;</span> ";
        }
        print OUT "<br>";


_______________________________________________
Secure-testing-commits mailing list
Secure-testing-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/secure-testing-commits

Reply via email to