http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6027
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Assignee|matthias.meusburger@biblibr |[email protected] |e.com | --- Comment #13 from Paul Poulain <[email protected]> --- I like the way it's made, but have 2 questions: * why do you have added +use C4::Search qw/SimpleSearch/; ? Checking, it seems this sub is used in GetAnalyticsCount, that is not related to this patch (maybe we should add a require C4::Search in this sub and not load it everytime ? * you also add &SimpleSearch into C4::Search, same question : it's not used by this patch, isn't it ? -- You are receiving this mail because: You are the QA Contact for the bug. 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/
