From 350d3c4591058d2cf9daac5eaf611894c81df87d Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 8 Aug 2008 20:37:06 -0700 Subject: [PATCH] * switch from bug_url to bug_links --- scripts/process | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/process b/scripts/process index d2dff10..197ae8d 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, -- 2.39.2