From f4988f8211511d912a80e62f69e67561f980f748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 30 May 2022 17:09:11 +0200 Subject: [PATCH] =?UTF-8?q?Zeitwuensche=20Update=20Mail=20wird=20tempor?= =?UTF-8?q?=C3=A4r=20nicht=20an=20Studieng=C3=A4nge=20geschickt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/jobs/LVPlanJob.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/controllers/jobs/LVPlanJob.php b/application/controllers/jobs/LVPlanJob.php index 2acbe5512..c3fe5495a 100644 --- a/application/controllers/jobs/LVPlanJob.php +++ b/application/controllers/jobs/LVPlanJob.php @@ -240,11 +240,13 @@ class LVPlanJob extends JOB_Controller } // Send mail to STG Assistenz + /* $result = $this->_sendMailToStg($uidByStg_arr); if (isError($result)) { $this->logError(getError($result)); } + */ // Send mail to Kompetenzfeld Leitung $result = $this->_sendMailToKF($uidByOe_arr);