]> git.donarmstrong.com Git - debbugs.git/commitdiff
use cgi/pkgreport_javascript; documentation of included/excluded bugs stub
authorDon Armstrong <don@donarmstrong.com>
Mon, 1 Feb 2010 16:59:39 +0000 (08:59 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 1 Feb 2010 16:59:39 +0000 (08:59 -0800)
cgi/pkgreport.cgi

index 8b733497728f8cd921fdc882dd60d96d4a16e5cb..2efc87c8227f1595a23e0b39b9e7c32141da8a16 100755 (executable)
@@ -373,6 +373,9 @@ if (not exists $param{affects} and not exists $param{noaffects} and
                        );
 }
 
+# filter out included or excluded bugs
+
+
 if (defined $param{version}) {
      $title .= " at version $param{version}";
 }
@@ -467,7 +470,7 @@ if (exists $param{submitter}) {
 
 print $result;
 
-print pkg_javascript() . "\n";
+print fill_in_template(template=>'cgi/pkgreport_javascript');
 
 print qq(<h2 class="outstanding"><!--<a class="options" href="javascript:toggle(1)">-->Options<!--</a>--></h2>\n);