Skip to content
Snippets Groups Projects
Commit 888cddba authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FEAT #11692 TIME 0:10 drop res_linked in postscript

parent 4af7fc52
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,8 @@ DROP TABLE IF EXISTS doctypes_indexes;
DROP TABLE IF EXISTS listmodels;
DROP TABLE IF EXISTS res_linked;
ALTER TABLE res_letterbox DROP COLUMN IF EXISTS custom_t1;
ALTER TABLE res_letterbox DROP COLUMN IF EXISTS custom_t2;
ALTER TABLE res_letterbox DROP COLUMN IF EXISTS custom_t3;
......
......@@ -229,10 +229,8 @@ foreach ($customs as $custom) {
. $contactInfo['enabled'] . $contactInfoSeparator
. $contactInfo['external_id'];
if (strpos($contact, "\r")) {
$contact = str_replace("\r", " ", $contact);
$contact = str_replace("\n", " ", $contact);
}
$contact = str_replace("\r", " ", $contact);
$contact = str_replace("\n", " ", $contact);
$contacts[] = $contact;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment