Debug for php 8.1

This commit is contained in:
Laurent Destailleur
2022-05-08 18:25:22 +02:00
parent f52a7a26f6
commit 6592eb5d73
52 changed files with 519 additions and 445 deletions

View File

@@ -346,3 +346,9 @@ ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN firstname
ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN lastname varchar(100);
ALTER TABLE llx_eventorganization_conferenceorboothattendee ADD COLUMN email_company varchar(128) after email;
ALTER TABLE llx_c_email_template ADD COLUMN email_from varchar(255);
ALTER TABLE llx_c_email_template ADD COLUMN email_to varchar(255);
ALTER TABLE llx_c_email_template ADD COLUMN email_tocc varchar(255);
ALTER TABLE llx_c_email_template ADD COLUMN email_tobcc varchar(255);

View File

@@ -32,6 +32,10 @@ create table llx_c_email_templates
position smallint, -- Position
enabled varchar(255) DEFAULT '1', -- Condition to have this module visible
active tinyint DEFAULT 1 NOT NULL,
email_from varchar(255), -- default email from
email_to varchar(255), -- default email to
email_tocc varchar(255), -- default email to cc
email_tobcc varchar(255), -- default email to bcc
topic text, -- Predefined topic
joinfiles text, -- Files to attach
content mediumtext, -- Predefined text