fix warning
This commit is contained in:
parent
77efbda148
commit
acc41adb8d
@ -194,7 +194,7 @@ if ($action == 'presend') {
|
||||
$formmail->withto = $liste;
|
||||
$formmail->withtofree = (GETPOSTISSET('sendto') ? (GETPOST('sendto', 'alphawithlgt') ? GETPOST('sendto', 'alphawithlgt') : '1') : '1');
|
||||
$formmail->withtocc = $liste;
|
||||
$formmail->withtoccc = $conf->global->MAIN_EMAIL_USECCC;
|
||||
$formmail->withtoccc = getDolGlobalString('MAIN_EMAIL_USECCC');
|
||||
$formmail->withtopic = $topicmail;
|
||||
$formmail->withfile = 2;
|
||||
$formmail->withbody = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user