# HG changeset patch # User victorp@symbian.org # Date 1257427820 0 # Node ID 896da38e2b204d4f9976f5463f9c83ff57667cac # Parent 2ac7d35ac2012d36b8370a9ceeb0562105d331f0 minor fix updates to gettd.pl diff -r 2ac7d35ac201 -r 896da38e2b20 scripts/gettd.pl --- 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/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) {