From 9f510268889a6ba3ec6da8bf022cc5627ec573d5 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Mon, 24 Jun 2002 00:34:09 +0000 Subject: Bug 152632: My bugs query doesn't use the mybugstemplate parameter. Also removes the My Bugs query from the index page. Patch by m@lcolm.org.uk (Malcolm Scott), r=jouni,gerv --- index.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index 05f15d288..d5ee0d28d 100755 --- a/index.cgi +++ b/index.cgi @@ -54,7 +54,6 @@ quietly_check_login(); ############################################################################### $vars->{'username'} = $::COOKIE{'Bugzilla_login'} || ''; -$vars->{'subst'} = { 'userid' => $vars->{'username'} }; # Return the appropriate HTTP response headers. print "Content-Type: text/html\n\n"; -- cgit v1.2.3-24-g4f1b