From: Dobrica Pavlinusic Date: Sat, 31 Mar 2012 01:28:47 +0000 (+0200) Subject: Bug 7847 - OPAC search dies with plack X-Git-Tag: v3.08.00~93 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=abffe961f77e95d4b7b7171869c4b2803b8a7eb3;p=koha_gimpoz Bug 7847 - OPAC search dies with plack This bug was uncovered by @mglavica during HackFest in Marseille It also showed it's ugly head during my plack presentation there. Following chang removes circural dependecy introduced by commit b65efdaacaf77fb53fee479da7f2e990ba0adeed which is part of Bug 6027 Signed-off-by: Alex Arnaud Signed-off-by: Paul Poulain --- diff --git a/C4/Items.pm b/C4/Items.pm index 0b2f99b9ee..4790091fb6 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -26,7 +26,6 @@ use C4::Context; use C4::Koha; use C4::Biblio; use C4::Dates qw/format_date format_date_in_iso/; -use C4::Search qw/SimpleSearch/; use MARC::Record; use C4::ClassSource; use C4::Log;