http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7430 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com --- Comment #14 from Paul Poulain <paul.poulain@biblibre.com> --- This patch still applies, with a tiny merge conflict that can easily be solved: <<<<<<< HEAD use C4::Search; ======= use Koha::Utils; use Koha::Search;
> From: Juan Romay Sieira <juan.sieira@xercode.es> Date: Wed, 2
must be use C4::Search; use Koha::Utils; use Koha::Search; as use C4::Search has been reintroduced to avoid an error (see bug 7958) However, I won't push this patch yet, because I think Koha::Utils is a too generic term, that will quickly result in a place where there is everything and anything. I'll propose quickly a naming convention and organisation (and a follow-up patch). Let me a few days. Other than this, I like this patch (and I think we could get rid of NoZebra completely, as it does not work at all for now) -- You are receiving this mail because: You are watching all bug changes.