From ca842229d2d58c85517a8fc8e5a2bc9414752dae Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 3 Oct 2002 14:04:02 +0000 Subject: Bug 155389 - More elements & templatization of navigation_links. Patch by gerv; r=bbaetz. --- bug_form.pl | 3 --- 1 file changed, 3 deletions(-) (limited to 'bug_form.pl') 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 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()); -- cgit v1.2.3-24-g4f1b