summaryrefslogtreecommitdiffstats
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi1
1 files changed, 0 insertions, 1 deletions
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";