From 29614b211e727bc1387f5f419e0750525a60e853 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Mon, 19 Nov 2012 11:29:30 -0500 Subject: [PATCH] [Signed off] Bug 9107: Remove the obsolete DidYouMeanFromAuthorities syspref Even though the DidYouMeanFromAuthorities syspref was replaced by a "Did You Mean?" configuration page, the syspref was showing up in the syspref editor on the Searching tab. Signed-off-by: Melia Meggs --- .../en/modules/admin/preferences/searching.pref | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref index 0b9e3cb..7b99173 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -58,12 +58,6 @@ Searching: no: "Not using" - 'ICU Zebra indexing. Please note: This setting will not affect Zebra indexing, it should only be used to tell Koha that you have activated ICU indexing if you have actually done so, since there is no way for Koha to figure this out on its own.' - - - pref: DidYouMeanFromAuthorities - default: 0 - choices: - yes: Suggest - no: "Don't suggest" - - alternate searches based on data in the authority file. - pref: IncludeSeeFromInSearches default: 0 choices: -- 1.7.2.5