diff options
author | jouni%heikniemi.net <> | 2002-06-24 02:34:09 +0200 |
---|---|---|
committer | jouni%heikniemi.net <> | 2002-06-24 02:34:09 +0200 |
commit | 9f510268889a6ba3ec6da8bf022cc5627ec573d5 (patch) | |
tree | b4b25500c03560dd6c38b6b28c8afa45e0ad4c6c /index.cgi | |
parent | 9521800cced117962859cca4d377a4339199e7ae (diff) | |
download | bugzilla-9f510268889a6ba3ec6da8bf022cc5627ec573d5.tar.gz bugzilla-9f510268889a6ba3ec6da8bf022cc5627ec573d5.tar.xz |
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
Diffstat (limited to 'index.cgi')
-rwxr-xr-x | index.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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"; |