diff options
author | mkanat%bugzilla.org <> | 2007-03-16 21:04:35 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-03-16 21:04:35 +0000 |
commit | 0ce0e2a279f6f39b6ce5f3b17699f285feca9ba1 (patch) | |
tree | b5a1885f59c9f4350a5521d5a88cd58d3eae60dc /query.cgi | |
parent | Bug 374024: Abstract-out isolation level in Bugzilla::DB so drivers can choos... (diff) | |
download | bugzilla-0ce0e2a279f6f39b6ce5f3b17699f285feca9ba1.tar.gz bugzilla-0ce0e2a279f6f39b6ce5f3b17699f285feca9ba1.tar.bz2 bugzilla-0ce0e2a279f6f39b6ce5f3b17699f285feca9ba1.zip |
Bug 374215: Move all generally-useful Installation subroutines to Bugzilla::Install::Util
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
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; |