From 5c1db6f948fdc9215dc8c00a6c32a6b97e8b05c5 Mon Sep 17 00:00:00 2001 From: Marko Jovanovic Date: Mon, 24 Nov 2025 20:53:42 +0100 Subject: [PATCH] URL change cf-rdm.info to k.ukbonn.de --- src/Command/ContactUncontactedCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/ContactUncontactedCommand.php b/src/Command/ContactUncontactedCommand.php index b7245a8..ecbffa4 100644 --- a/src/Command/ContactUncontactedCommand.php +++ b/src/Command/ContactUncontactedCommand.php @@ -85,7 +85,7 @@ class ContactUncontactedCommand extends Command $study_id = $phoneContact->getStudyId(); $msgContentType = $phoneContact->getMsgContentType(); $message_1 = "Liebe Patientin, lieber Patient, \ngerne möchten wir von Ihnen erfahren, wie zufrieden Sie mit uns sind. Wir freuen uns, wenn Sie sich die Zeit nehmen und uns Ihre Eindrücke mitteilen.\nIhre Anregungen gehen direkt zum Qualitäts- und Risikomanagement.\n\nhttps://umfragetool.ukbonn.de/login?id={$study_id} \n\nIhr UKB.\n\nSMS vom UKB abbestellen per E-Mail an: datenschutz@ukbonn.de"; - $message_2 = "Liebe/r Patient, bitte teilen Sie kurz Ihre Zufriedenheit mit dem UKB mit: https://cf-rdm.info/u/{$phoneContact->getStudyIdShort()} Vielen Dank! Abmeldung per datenschutz@ukbonn.de"; + $message_2 = "Liebe/r Patient, bitte teilen Sie kurz Ihre Zufriedenheit mit dem UKB mit: https://k.ukbonn.de/{$phoneContact->getStudyIdShort()} Vielen Dank! Abmeldung per datenschutz@ukbonn.de"; $message = $message_1; switch ($msgContentType) { case 1: