--- 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";}