# HG changeset patch # User victorp@symbian.org # Date 1254391706 -3600 # Node ID 6a685c67fb1f4cff3143b86363678e4b7860f690 # Parent 4ed9a3a59ef85fcaf2bb6dcdeedd967a2becaf72 gettd.pl version 0.6a diff -r 4ed9a3a59ef8 -r 6a685c67fb1f 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/sg) { + while ($mypkg =~ m/\(.*?)\<\/tr/sg) { $myheader= $&; if ($myheader =~ m/style=\"background-color\:/sg) { if ($myheader =~ m/Bug ID/sg) { $headerformat="bugzilla_format";}