forked from Wavyzz/dolibarr
fix tag problem
This commit is contained in:
@@ -755,7 +755,7 @@ class FormMail extends Form
|
||||
if (!empty($this->withtoccuser) && is_array($this->withtoccuser) && getDolGlobalString('MAIN_MAIL_ENABLED_USER_DEST_SELECT')) {
|
||||
$out .= '<tr><td>';
|
||||
$out .= $langs->trans("MailToCCUsers");
|
||||
$out .= '</td><>';
|
||||
$out .= '</td>';
|
||||
|
||||
// multiselect array convert html entities into options tags, even if we don't want this, so we encode them a second time
|
||||
$tmparray = $this->withtoccuser;
|
||||
|
||||
Reference in New Issue
Block a user