http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7430
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #14 from Paul Poulain <[email protected]> --- 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 <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
