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 --- contrib/bug_email.pl | 3 +-- contrib/bugzilla_email_append.pl | 1 - contrib/merge-users.pl | 1 - contrib/sendbugmail.pl | 3 +-- contrib/syncLDAP.pl | 1 - 5 files changed, 2 insertions(+), 7 deletions(-) (limited to 'contrib') diff --git a/contrib/bug_email.pl b/contrib/bug_email.pl index 3cb796b7e..d2fc91b66 100755 --- a/contrib/bug_email.pl +++ b/contrib/bug_email.pl @@ -38,7 +38,7 @@ # # You need to work with bug_email.pl the MIME::Parser installed. # -# $Id: bug_email.pl,v 1.43 2006/07/03 21:26:22 mkanat%bugzilla.org Exp $ +# $Id: bug_email.pl,v 1.44 2006/07/03 21:42:47 mkanat%bugzilla.org Exp $ ############################################################### # 02/12/2000 (SML) @@ -91,7 +91,6 @@ use lib "../"; use Bugzilla; use BugzillaEmail; -use Bugzilla::Config qw(:DEFAULT); use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::BugMail; diff --git a/contrib/bugzilla_email_append.pl b/contrib/bugzilla_email_append.pl index fef46f01b..4b2e53f20 100755 --- a/contrib/bugzilla_email_append.pl +++ b/contrib/bugzilla_email_append.pl @@ -40,7 +40,6 @@ BEGIN { use Bugzilla; use Bugzilla::Constants; use BugzillaEmail; -use Bugzilla::Config qw(:DEFAULT); use Bugzilla::BugMail; my $dbh = Bugzilla->dbh; diff --git a/contrib/merge-users.pl b/contrib/merge-users.pl index 540b22fb9..2458755e6 100644 --- a/contrib/merge-users.pl +++ b/contrib/merge-users.pl @@ -48,7 +48,6 @@ use lib qw(.); use Bugzilla; use Bugzilla::Constants; -use Bugzilla::Config qw(:DEFAULT); use Bugzilla::Util; use Getopt::Long; diff --git a/contrib/sendbugmail.pl b/contrib/sendbugmail.pl index 8537f66ce..ae282ca4a 100644 --- a/contrib/sendbugmail.pl +++ b/contrib/sendbugmail.pl @@ -4,7 +4,7 @@ # # Nick Barnes, Ravenbrook Limited, 2004-04-01. # -# $Id: sendbugmail.pl,v 1.6 2006/07/03 21:26:22 mkanat%bugzilla.org Exp $ +# $Id: sendbugmail.pl,v 1.7 2006/07/03 21:42:47 mkanat%bugzilla.org Exp $ # # Bugzilla email script for Bugzilla 2.17.4 and later. Invoke this to send # bugmail for a bug which has been changed directly in the database. @@ -17,7 +17,6 @@ use lib qw(.); use Bugzilla; -use Bugzilla::Config qw(:DEFAULT); use Bugzilla::Util; use Bugzilla::BugMail; use Bugzilla::User; diff --git a/contrib/syncLDAP.pl b/contrib/syncLDAP.pl index 4ddabacea..32d01f150 100755 --- a/contrib/syncLDAP.pl +++ b/contrib/syncLDAP.pl @@ -26,7 +26,6 @@ use lib qw(.); use Net::LDAP; use Bugzilla; -use Bugzilla::Config qw(:DEFAULT); use Bugzilla::User; my $cgi = Bugzilla->cgi; -- cgit v1.2.3-24-g4f1b