gettd.pl version 0.6a
authorvictorp@symbian.org
Thu, 01 Oct 2009 11:08:26 +0100
changeset 69 6a685c67fb1f
parent 68 4ed9a3a59ef8
child 70 b1a0e8d95890
gettd.pl version 0.6a
tdroadmap_merger/gettd.pl
--- a/tdroadmap_merger/gettd.pl	Wed Sep 30 16:05:51 2009 +0100
+++ b/tdroadmap_merger/gettd.pl	Thu Oct 01 11:08:26 2009 +0100
@@ -221,8 +221,9 @@
 		$pagename = $1;
 		print "INFO -Processing Package $pagename \n";
 		$i=0;
+		if ($mypkg =~m/class\=\"bugzilla sortable\"/sg ) { $headerformat="autobug_format"; }
 		
-		while ($mypkg =~ m/\<tr.*?\>(.*?)\<\/tr/sg) {
+		while ($mypkg =~ m/\<tr.*?\>(.*?)\<\/tr/sg) { 
 			$myheader= $&;
       if ($myheader =~ m/style=\"background-color\:/sg) {
         if ($myheader =~ m/Bug ID/sg) { $headerformat="bugzilla_format";}