From 3d59b2bd807ec35c511fd76df11b2cbb61289242 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 18 Mar 2004 11:57:04 +0000 Subject: Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong. These files pre-date the Bugzilla directory, and would have gone there had it existed at the time. The four files in question were copied on the CVS server to preserve CVS history in the files. This checkin deletes them from the old location and modifies everything else to know where they are now. r= myk, gerv a= justdave --- globals.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index cdb61cd66..399482caa 100644 --- a/globals.pl +++ b/globals.pl @@ -74,7 +74,7 @@ use DBI; use Date::Format; # For time2str(). use Date::Parse; # For str2time(). -use RelationSet; +use Bugzilla::RelationSet; # Use standard Perl libraries for cross-platform file/directory manipulation. use File::Spec; @@ -354,8 +354,8 @@ sub GetVersionTable { $mtime = 0; } if (time() - $mtime > 3600) { - use Token; - Token::CleanTokenTable() if Bugzilla->dbwritesallowed; + use Bugzilla::Token; + Bugzilla::Token::CleanTokenTable() if Bugzilla->dbwritesallowed; GenerateVersionTable(); } require "$datadir/versioncache"; -- cgit v1.2.3-24-g4f1b