From f1923f8e85501143d0be63d872c726159440f6c1 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Wed, 13 Jul 2005 10:56:58 +0000 Subject: Bug 300336: Bugzilla::Auth should not contain any exported subroutines Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- token.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'token.cgi') diff --git a/token.cgi b/token.cgi index 64bf8e364..0e0753807 100755 --- a/token.cgi +++ b/token.cgi @@ -33,7 +33,7 @@ use vars qw($template $vars); use Bugzilla; use Bugzilla::Constants; -use Bugzilla::Auth; +use Bugzilla::Util; my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; -- cgit v1.2.3-24-g4f1b