View | Details | Raw Unified | Return to bug 17682
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug17682_urlchangeforgooglescholar.sql (-2 / +1 lines)
Line 1 Link Here
1
UPDATE systempreferences set value =  replace(value, "http://www.", "https://") where variable = 'OPACSearchForTitleIn';
1
UPDATE systempreferences set value =  replace(value, "http://www.scholar", "https://scholar") where variable = 'OPACSearchForTitleIn';
2
- 

Return to bug 17682