[Koha-bugs] [Bug 7430] ModZebra should not be in C4::Biblio

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 10 18:46:04 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7430

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.poulain at biblibre.com

--- Comment #14 from Paul Poulain <paul.poulain at 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 at 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.


More information about the Koha-bugs mailing list