From 94efa7bcd64467bf1b167b35f7ab528ab33f4040 Mon Sep 17 00:00:00 2001 From: Charlotte Cordwell Date: Tue, 16 Jan 2018 20:14:20 +0000 Subject: [PATCH] Bug 17682: Change URL for Google Scholar in OPACSearchForTitleIn Amended the sql statement so it only affects the http://www.scholar.google.com url Signed-off-by: Nick Clemens --- .../data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql b/installer/data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql index bf4575f..18e9603 100644 --- a/installer/data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql +++ b/installer/data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql @@ -1 +1 @@ -UPDATE systempreferences set value = replace(value, "http://www.", "https://") where variable = 'OPACSearchForTitleIn'; +UPDATE systempreferences set value = replace(value, "http://www.scholar", "https://scholar") where variable = 'OPACSearchForTitleIn'; -- 2.1.4