diff options
author | lpsolit%gmail.com <> | 2006-06-15 06:30:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-06-15 06:30:20 +0200 |
commit | c14fc90d581bd978ced6561e92087c9fff91c552 (patch) | |
tree | d3e6b4a6a5b5265236c9a4f00382c3713a3534a4 /Bugzilla | |
parent | 48b0cf3844779964de405a3139f8c0b3f0d7dc56 (diff) | |
download | bugzilla-c14fc90d581bd978ced6561e92087c9fff91c552.tar.gz bugzilla-c14fc90d581bd978ced6561e92087c9fff91c552.tar.xz |
Bug 341456: Bugzilla/Search/Quicksearch.pm shouldn't use Bugzilla.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Search/Quicksearch.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Search/Quicksearch.pm b/Bugzilla/Search/Quicksearch.pm index 13c185d7d..42eae2631 100644 --- a/Bugzilla/Search/Quicksearch.pm +++ b/Bugzilla/Search/Quicksearch.pm @@ -23,7 +23,6 @@ package Bugzilla::Search::Quicksearch; # Make it harder for us to do dangerous things in Perl. use strict; -use Bugzilla; use Bugzilla::Config; use Bugzilla::Error; use Bugzilla::Constants; |