From e85b584499946cee7f725fb839e484fdc049adbd Mon Sep 17 00:00:00 2001 From: Charlotte Cordwell Date: Tue, 16 Jan 2018 20:14:20 +0000 Subject: [PATCH] Bug 17682: (follow-up) 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 Signed-off-by: Jonathan Druart --- .../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 bf4575fc4d..18e9603ebe 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.39.2