diff --git a/src/Command/CleanMobileCommand.php b/src/Command/CleanMobileCommand.php index bd992d8..0c29cae 100644 --- a/src/Command/CleanMobileCommand.php +++ b/src/Command/CleanMobileCommand.php @@ -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);