From c59abb34cb66a9ccf8e1fc6c9f9711e3fc218595 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 7 Oct 2007 21:34:39 +0000 Subject: [PATCH] Initialisation manquante a l'install --- mysql/data/data.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 46e284cd650..e6fe13bfa36 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -59,6 +59,8 @@ insert into llx_action_def (rowid,code,titre,description,objet_type) values (3,' insert into llx_const (name, value, type, note, visible) values ('MAIN_NOT_INSTALLED','1','chaine','Setup is running',1); insert into llx_const (name, value, type, note, visible) values ('MAIN_MONNAIE','EUR','chaine','Monnaie',0); +insert into llx_const (name, value, type, note, visible) values ('MAIN_POPUP_CALENDAR','eldy','chaine','Popup calendar module',0); + insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_SMTP_SERVER','','chaine','Host or ip address for SMTP server',1); insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_SMTP_PORT','','chaine','Port for SMTP server',1);