summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-10-03 16:04:02 +0200
committergerv%gerv.net <>2002-10-03 16:04:02 +0200
commitca842229d2d58c85517a8fc8e5a2bc9414752dae (patch)
treeec8cc68d9533b6ca5744a2852c31a57ccae16819 /bug_form.pl
parent7b1731d5ceeb67012942d872ab8d9ebb048b04c1 (diff)
downloadbugzilla-ca842229d2d58c85517a8fc8e5a2bc9414752dae.tar.gz
bugzilla-ca842229d2d58c85517a8fc8e5a2bc9414752dae.tar.xz
Bug 155389 - More <link> elements & templatization of navigation_links. Patch by gerv; r=bbaetz.
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/bug_form.pl b/bug_form.pl
index d087b4db2..c664f2de1 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -368,9 +368,6 @@ sub show_bug {
$vars->{'bug'} = \%bug;
$vars->{'user'} = \%user;
- # Create the <link> elements for browsing bug lists
- $vars->{'navigation_links'} = navigation_links(join(':',@bug_list));
-
# Generate and return the UI (HTML page) from the appropriate template.
$template->process("bug/edit.html.tmpl", $vars)
|| ThrowTemplateError($template->error());