diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-02 17:04:12 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-12-02 17:04:12 +0100 |
commit | 26724018067fca77977e343263487bf2b6b25ba2 (patch) | |
tree | 4c8331dc298671c8d4aa5136ded475e43ff504ff /query.cgi | |
parent | e21cee47ced69277073d3d2395e8a7cb64e71c14 (diff) | |
download | bugzilla-26724018067fca77977e343263487bf2b6b25ba2.tar.gz bugzilla-26724018067fca77977e343263487bf2b6b25ba2.tar.xz |
Bug 938300: vers_cmp() incorrectly compares module versions
r=sgreen a=justdave
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,9 +18,9 @@ use Bugzilla::User; use Bugzilla::Util; use Bugzilla::Error; use Bugzilla::Product; +use Bugzilla::Version; use Bugzilla::Keyword; use Bugzilla::Field; -use Bugzilla::Install::Util qw(vers_cmp); use Bugzilla::Token; ############### |