From 1254fcb8c43defcbce99713f5cd85a104670895e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 31 Oct 2005 05:31:27 +0000 Subject: =?UTF-8?q?Bug=20304075:=20Eliminate=20use=20of=20$::userid=20from?= =?UTF-8?q?=20Bugzilla=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20<L?= =?UTF-8?q?pSolit@gmail.com>=20r=3Dwicked=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.cgi') diff --git a/index.cgi b/index.cgi index f3e8ccd17..a35be0726 100755 --- a/index.cgi +++ b/index.cgi @@ -32,7 +32,7 @@ use strict; use lib "."; require "globals.pl"; -# Check whether or not the user is logged in and, if so, set the $::userid +# Check whether or not the user is logged in use Bugzilla::Constants; Bugzilla->login(LOGIN_OPTIONAL); -- cgit v1.2.1