]> git.donarmstrong.com Git - debbugs.git/commitdiff
use bug_url instead of bugurl
authorDon Armstrong <don@volo>
Sun, 4 Feb 2007 08:48:57 +0000 (00:48 -0800)
committerDon Armstrong <don@volo>
Sun, 4 Feb 2007 08:48:57 +0000 (00:48 -0800)
cgi/bugreport.cgi

index 5f56eaaa992049e1bc3886421c682af85d7a13c5..843d4f41d56b60cf36ff7a71f3d68ae1e0ee0bf9 100755 (executable)
@@ -424,7 +424,7 @@ sub handle_record{
               $$seen_msg_ids{$msg_id} = 1;
          }
          $output .= qq(<hr><a name="$msg_number"></a>\n);
-         $output .= 'View this message in <a href="' . bugurl($ref, "msg=$msg_number", "mbox") . '">rfc822 format</a>';
+         $output .= 'View this message in <a href="' . bug_url($ref, "msg=$msg_number", "mbox") . '">rfc822 format</a>';
          $output .= handle_email_message($record->{text},
                                    ref        => $bug_number,
                                    msg_number => $msg_number,