minor fix updates to gettd.pl
authorvictorp@symbian.org
Thu, 05 Nov 2009 13:30:20 +0000
changeset 7 896da38e2b20
parent 6 2ac7d35ac201
child 8 86e7e89c8543
minor fix updates to gettd.pl
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.*?\>(.*?)\<\/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/\&lt\;etc/sg and 
 			not $myfeat =~ m/\&lt\;Feature/sg and not $myfeat =~ m/Item not available/sg) {