From eebeb7189acff7ae0b8c9b78caf8aabc07844d9f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 29 May 2012 14:58:43 -0700 Subject: [PATCH] use package_links instead of pkg_url --- Debbugs/CGI/Bugreport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debbugs/CGI/Bugreport.pm b/Debbugs/CGI/Bugreport.pm index 7cff47f..02e6fba 100644 --- a/Debbugs/CGI/Bugreport.pm +++ b/Debbugs/CGI/Bugreport.pm @@ -344,7 +344,7 @@ sub handle_record{ english_join([map {bug_links(bug=>$_)} (split /\,?\s+(?:and\s+)?/, $5)])}eo; # Add links to reassigned packages $output =~ s{(Bug reassigned from package \`)([^']+?)((?:'|\&\#39;) to \`)([^']+?)((?:'|\&\#39;))} - {$1.q($2).$3.q($4).$5}eo; + {$1.q($2).$3.q($4).$5}eo; if (defined $time) { $output .= ' ('.strftime('%a, %d %b %Y %T GMT',gmtime($time)).') '; } -- 2.39.2