updated node_export, mimemail, menu_attributes

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-05 17:09:40 +01:00
parent 2b028cf376
commit fdefc824d8
50 changed files with 1598 additions and 1555 deletions

View File

@@ -157,6 +157,7 @@ function mimemail_mail($key, &$message, $params) {
'cc' => 'Cc',
'bcc' => 'Bcc',
'reply-to' => 'Reply-to',
'list-unsubscribe' => 'List-Unsubscribe',
);
foreach ($address_headers as $param_key => $address_header) {
$params[$param_key] = empty($params[$param_key]) ? array() : explode(',', $params[$param_key]);