@@ -, +, @@ OPACSearchForTitleIn --- .../data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/installer/data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql +++ a/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'; --