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 <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Charlotte Cordwell 2018-01-16 20:14:20 +00:00 committed by Jonathan Druart
parent 59ea245f85
commit e85b584499

View file

@ -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';