Remove trailing spaces

This commit is contained in:
Sébastien Lucas 2013-12-05 10:52:51 +01:00
parent 9f5f00e114
commit 0f09ef5f8c
21 changed files with 478 additions and 478 deletions

View file

@ -55,7 +55,7 @@ foreach (explode (";", $emailDest) as $emailAddress) {
$mail->AddAttachment($data->getLocalPath ());
$mail->IsHTML(false);
$mail->IsHTML(false);
$mail->Subject = 'Sent by COPS';
$mail->Body = 'Sent by COPS';