diff options
author | mkanat%kerio.com <> | 2005-02-17 02:11:06 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-02-17 02:11:06 +0000 |
commit | 62b2ec349b01a454420eaadd22caad929521a76e (patch) | |
tree | ee6df46d3cb0df42a21791ead8b323e0e500116c /query.cgi | |
parent | Bug 280412: Templatize the 'list products' bit of editproducts (diff) | |
download | bugzilla-62b2ec349b01a454420eaadd22caad929521a76e.tar.gz bugzilla-62b2ec349b01a454420eaadd22caad929521a76e.tar.bz2 bugzilla-62b2ec349b01a454420eaadd22caad929521a76e.zip |
Bug 237862: New database layer for cross-database compatibility
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,7 +351,7 @@ $vars->{'bug_severity'} = \@::legal_severity; # Boolean charts my @fields; push(@fields, { name => "noop", description => "---" }); -push(@fields, Bugzilla::DB::GetFieldDefs()); +push(@fields, Bugzilla->dbh->bz_get_field_defs()); $vars->{'fields'} = \@fields; # Creating new charts - if the cmd-add value is there, we define the field |