--- a/scripts/gettd.pl Thu Nov 05 12:56:48 2009 +0000
+++ b/scripts/gettd.pl Thu Nov 05 13:30:20 2009 +0000
@@ -286,7 +286,6 @@
while ($mypkg =~ m/\<tr.*?\>(.*?)\<\/tr/sg) {
$myheader= $&;
if ($myheader =~ m/style=\"background-color\:/sg) {
- if ($myheader =~ m/Bug ID/sg) { $headerformat="bugzilla_format";}
next;
}
$myfeat= $1;
@@ -294,6 +293,9 @@
$myfeat =~ s/\<.*?\>//sg;
$myfeat =~ s/\n//sg;
+ if ($myfeat =~ m/IDPStatus/sg) { #header for bugzilla mediawiki plugin
+ next;
+ }
if ($myfeat =~ m/[A-z]/sg and not $myfeat =~ m/\<\;etc/sg and
not $myfeat =~ m/\<\;Feature/sg and not $myfeat =~ m/Item not available/sg) {