From 09756eda41e62f1b216c38338c6d0702dccc7502 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Mon, 15 Aug 2005 05:34:32 +0000 Subject: Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander r=justdave a=justdave --- Bugzilla/BugMail.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/BugMail.pm') diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 260cb0554..dffc98a85 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -37,7 +37,6 @@ use base qw(Exporter); PerformSubsts ); -use Bugzilla; use Bugzilla::DB qw(:deprecated); use Bugzilla::User; use Bugzilla::Constants; -- cgit v1.2.3-24-g4f1b