fix loginfo statements betreuer->assistenz

This commit is contained in:
Johann Hoffmann
2026-01-19 16:54:10 +01:00
parent ad7808eb21
commit 2471d37dd3
@@ -31,7 +31,7 @@ class AbgabetoolJob extends JOB_Controller
public function notifyAssistenzAboutChangedAbgaben() {
$this->_ci->logInfo('Start job FHC-Core->notifyBetreuerAboutChangedAbgaben');
$this->_ci->logInfo('Start job FHC-Core->notifyAssistenzAboutChangedAbgaben');
$interval = $this->_ci->config->item('PAABGABE_EMAIL_JOB_INTERVAL');
// get all new or changed termine in interval
@@ -39,7 +39,7 @@ class AbgabetoolJob extends JOB_Controller
$retval = getData($result);
if(count($retval) == 0) {
$this->_ci->logInfo("Keine Emails an Betreuer über neue oder veränderte Termine versandt");
$this->_ci->logInfo("Keine Emails an Assistenzen über neue oder veränderte Termine versandt");
return;
}
@@ -220,7 +220,7 @@ class AbgabetoolJob extends JOB_Controller
}
$this->_ci->logInfo($count . " Emails erfolgreich versandt");
$this->_ci->logInfo('End job FHC-Core->notifyBetreuerAboutChangedAbgaben');
$this->_ci->logInfo('End job FHC-Core->notifyAssistenzAboutChangedAbgaben');
}
public function notifyBetreuerAboutChangedAbgaben() {