From d15c41c6916aa127a3099a09f592b05d418189b1 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 4 Jul 2006 04:42:45 +0000 Subject: Bug 338375: Use Bugzilla->params everywhere instead of Param(). Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- Bugzilla/Auth/Persist/Cookie.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Auth/Persist/Cookie.pm') diff --git a/Bugzilla/Auth/Persist/Cookie.pm b/Bugzilla/Auth/Persist/Cookie.pm index 3d8599c18..3faa892ae 100644 --- a/Bugzilla/Auth/Persist/Cookie.pm +++ b/Bugzilla/Auth/Persist/Cookie.pm @@ -32,7 +32,6 @@ package Bugzilla::Auth::Persist::Cookie; use strict; use fields qw(); -use Bugzilla::Config; use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::Token; -- cgit v1.2.3-24-g4f1b