From 8f179152317a6293054a9ddc2e8d3d6b79b7b1f6 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 29 Mar 2012 16:59:34 +0200 Subject: [PATCH] Bug 4032 follow-up: removing ` in syspref --- installer/data/mysql/sysprefs.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index 93b1303765..34ac68446f 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -218,7 +218,7 @@ INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES ('TagsShowOnList', '6','','Number of tags to display on search results list. 0 is off.','Integer'); INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES('OPACShelfBrowser','1','','Enable/disable Shelf Browser on item details page. WARNING: this feature is very resource consuming on collections with large numbers of items.','YesNo'); -INSERT INTO `systempreferences` (variable,value,options,explanation,type) VALUES +INSERT INTO systempreferences (variable,value,options,explanation,type) VALUES ('OPACXSLTDetailsDisplay','','','Enable XSL stylesheet control over details page display on OPAC','Free'), ('OPACXSLTResultsDisplay','','','Enable XSL stylesheet control over results page display on OPAC','Free'), ('XSLTDetailsDisplay','','','Enable XSL stylesheet control over details page display on intranet','Free'), -- 2.11.0