http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7440
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |[email protected] --- Comment #18 from Paul Poulain <[email protected]> --- QA comments: investigating, I've found some NoZebra references pending: koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt:<p style="color: #990000">Important: If NoZebra is set to 'Use' this option will not appear on the administration menu</p> C4/Search.pm: # no stemming/weight/fuzzy in NoZebra C4/Search.pm: if ( C4::Context->preference("NoZebra") ) { C4/AuthoritiesMarc.pm: if (C4::Context->preference('NoZebra')) { C4/AuthoritiesMarc.pm: if (C4::Context->preference('NoZebra')) { I've attached a follow-up removing them as well. I've tested as many pages as possible, and could not find anything going wrong passes koha-qa passed QA -- 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/
