From 7f446ae898dc9f9fe8d97fdd01f0e39ba7676867 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 20 Jun 2006 14:55:39 +0000 Subject: Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buglist.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 8465cae32..5d56c2255 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -44,6 +44,8 @@ use Bugzilla::Product; use Bugzilla::Keyword; use Bugzilla::Field; +use Date::Parse; + # Include the Bugzilla CGI and general utility library. require "globals.pl"; -- cgit v1.2.3-24-g4f1b