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 --- summarize_time.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'summarize_time.cgi') diff --git a/summarize_time.cgi b/summarize_time.cgi index 371e43f81..7693c988a 100755 --- a/summarize_time.cgi +++ b/summarize_time.cgi @@ -25,7 +25,6 @@ use Date::Format; # strftime use Bugzilla; use Bugzilla::Constants; # LOGIN_* -use Bugzilla::Config qw(:DEFAULT); use Bugzilla::Bug; # EmitDependList use Bugzilla::Util; # trim use Bugzilla::Error; -- cgit v1.2.3-24-g4f1b