diff options
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ use Bugzilla::Error; use Bugzilla::Product; use Bugzilla::Keyword; use Bugzilla::Field; -use Bugzilla::Install::Requirements; +use Bugzilla::Install::Util qw(vers_cmp); my $cgi = Bugzilla->cgi; my $dbh = Bugzilla->dbh; |