From cb8c29b194fe130725a3c7767987008154a829ee Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 13 Mar 2009 00:34:23 +0000 Subject: [PATCH] Fix: quick search forms are enabled by default --- mysql/data/data.sql | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 88b947c4280..a5c92c89b67 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -70,9 +70,10 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_UPLOAD_DO insert into llx_const(name,value,type,visible,note) values('MAIN_FEATURES_LEVEL','0','chaine',1,'Level of features to show (0=stable only, 1=stable+experimental, 2=stable+experimental+development'); -insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_COMPANY','1','yesno',0,'Show form for quick company search'); -insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_CONTACT','1','yesno',0,'Show form for quick contact search'); -insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_PRODUCT','1','yesno',0,'Show form for quick product search'); +insert into llx_const(name,value,type,visible,note) values('MAIN_SEARCHFORM_COMPANY' ,'1','yesno',0,'Show form for quick company search'); +insert into llx_const(name,value,type,visible,note) values('MAIN_SEARCHFORM_CONTACT' ,'1','yesno',0,'Show form for quick contact search'); +insert into llx_const(name,value,type,visible,note) values('MAIN_SEARCHFORM_PRODUCT' ,'1','yesno',0,'Show form for quick product search'); +insert into llx_const(name,value,type,visible,note) values('MAIN_SEARCHFORM_ADHERENT','1','yesno',0,'Show form for quick member search'); insert into llx_const(name,value,type,visible,note) values('SYSLOG_LEVEL','6','chaine',0,'Level of debug info to show');