]> git.donarmstrong.com Git - debbugs.git/commitdiff
* accept dist like we're supposed to
authorDon Armstrong <don@donarmstrong.com>
Sat, 9 Aug 2008 18:45:34 +0000 (11:45 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 9 Aug 2008 18:45:34 +0000 (11:45 -0700)
Debbugs/CGI/Pkgreport.pm

index 51ebe42266119cdb0cc5ae9dfb8c4bb133319ed5..ab161ea1089e16908660633dd0fa289179bb965c 100644 (file)
@@ -248,6 +248,7 @@ sub short_bug_status_html {
                                           '&version_url'   => \&Debbugs::CGI::version_url,
                                           '&secs_to_english' => \&Debbugs::Common::secs_to_english,
                                           '&strftime'      => \&POSIX::strftime,
+                                          '&maybelink'     => \&Debbugs::CGI::maybelink,
                                          },
                            );
 
@@ -403,6 +404,9 @@ sub pkg_htmlizebugs {
                                          options  => {type => HASHREF,
                                                       default => {},
                                                      },
+                                         dist     => {type => SCALAR,
+                                                      optional => 1,
+                                                     },
                                         }
                              );
      my @bugs = @{$param{bugs}};