summaryrefslogtreecommitdiffstats
path: root/customfield.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-06-20 16:55:39 +0200
committerlpsolit%gmail.com <>2006-06-20 16:55:39 +0200
commit7f446ae898dc9f9fe8d97fdd01f0e39ba7676867 (patch)
treef6c6d8a3daa4b8244498c9b924a70bdaa5e324fd /customfield.pl
parent5ffe3d31dde3c11525ff09ce17e4b0d730e5e2fd (diff)
downloadbugzilla-7f446ae898dc9f9fe8d97fdd01f0e39ba7676867.tar.gz
bugzilla-7f446ae898dc9f9fe8d97fdd01f0e39ba7676867.tar.xz
Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Diffstat (limited to 'customfield.pl')
-rwxr-xr-xcustomfield.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/customfield.pl b/customfield.pl
index 106c60582..101bac880 100755
--- a/customfield.pl
+++ b/customfield.pl
@@ -29,6 +29,7 @@ use strict;
use lib ".";
require "globals.pl";
+use Bugzilla;
use Bugzilla::Field;
use Getopt::Long;