From: Don Armstrong Date: Sat, 9 Aug 2008 03:37:06 +0000 (-0700) Subject: * switch from bug_url to bug_links X-Git-Tag: release/2.6.0~488^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=350d3c4591058d2cf9daac5eaf611894c81df87d;p=debbugs.git * switch from bug_url to bug_links --- diff --git a/scripts/process b/scripts/process index d2dff109..197ae8d4 100755 --- a/scripts/process +++ b/scripts/process @@ -1038,7 +1038,9 @@ sub fill_template{ my $hole_var = {'&bugurl' => sub{"$_[0]: ". 'http://'.$config{cgi_domain}.'/'. - Debbugs::CGI::bug_url($_[0]); + Debbugs::CGI::bug_links(bug=>$_[0], + links_only => 1, + ); } }; return fill_in_template(template => $template,