Adaptierungen SQL

This commit is contained in:
ma0068
2022-10-07 11:35:02 +02:00
parent aff272397c
commit 452cb2be66
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class SponsionJob extends JOB_Controller
}
$this->logInfo('Start Sponsion Job');
$this->logInfo('Check Applications of Semester ' . $semester . 'and '. $nextSemester);
$this->logInfo('Check Applications of Semester ' . $semester . ' and '. $nextSemester);
$allInteressenten = $this->PrestudentModel->getAllInteressentenWithMasterSponsion($semester, $nextSemester);