Send out only short message type
This commit is contained in:
parent
9845ae0c2f
commit
7984461d2c
|
|
@ -231,7 +231,8 @@ final class CleanMobileCommand extends Command
|
|||
$contact->setStudyId($study_id);
|
||||
$contact->setParsedFileLinenum($rowCount + 1);
|
||||
$contact->setParsedFileLine($sanitiseUtf8(implode(';', $row)));
|
||||
$contact->setMsgContentType($rowCount % 2 ? 1 : 2);
|
||||
// $contact->setMsgContentType($rowCount % 2 ? 1 : 2); // alternativ lang oder kurz
|
||||
$contact->setMsgContentType(2); // nur kurzformat
|
||||
$quartal = $today->format('Y') . ceil($today->format('n') / 3);
|
||||
$contact->setDueQuartal((int) $quartal);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user