From bc62309d74e7b251058bd6812f56c324aefac8b4 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Thu, 8 Nov 2007 19:19:16 -0600 Subject: [PATCH] adding new sysprefs for YUI Path, default to pull from external source Signed-off-by: Joshua Ferraro --- installer/data/en/mandatory/sysprefs.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/en/mandatory/sysprefs.sql b/installer/data/en/mandatory/sysprefs.sql index 799536ded9..975271fbaf 100644 --- a/installer/data/en/mandatory/sysprefs.sql +++ b/installer/data/en/mandatory/sysprefs.sql @@ -113,3 +113,4 @@ INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('QueryStemming','1','If ON, enables query stemming',NULL,'YesNo'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('QueryFuzzy','1','If ON, enables fuzzy option for searches',NULL,'YesNo'); INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('QueryWeightFields','1','If ON, enables field weighting',NULL,'YesNo'); +INSERT INTO `systempreferences` (variable,value,explanation,options,type) VALUES ('yuipath','http://yui.yahooapis.com/2.3.1/build','Insert the path to YUI libraries',NULL,'free'); -- 2.39.5