aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-02 00:26:25 +0000
committertravis%sedsystems.ca <>2005-02-02 00:26:25 +0000
commit9e865838666f08c5505c1028a346f871559dbd90 (patch)
treecfb1cea250e120dc6a6ae9e8104a6eb0c67da149 /query.cgi
parentFixing burning tinderbox created by checkin of Bug 280124 (diff)
downloadbugzilla-9e865838666f08c5505c1028a346f871559dbd90.tar.gz
bugzilla-9e865838666f08c5505c1028a346f871559dbd90.tar.bz2
bugzilla-9e865838666f08c5505c1028a346f871559dbd90.zip
Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
Diffstat (limited to 'query.cgi')
-rwxr-xr-xquery.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/query.cgi b/query.cgi
index 2de7e1727..cfe7702de 100755
--- a/query.cgi
+++ b/query.cgi
@@ -351,7 +351,7 @@ $vars->{'bug_severity'} = \@::legal_severity;
# Boolean charts
my @fields;
push(@fields, { name => "noop", description => "---" });
-push(@fields, GetFieldDefs());
+push(@fields, Bugzilla::DB::GetFieldDefs());
$vars->{'fields'} = \@fields;
# Creating new charts - if the cmd-add value is there, we define the field