Remove unnecessary comments

This commit is contained in:
cgfhtw
2024-08-09 13:26:07 +02:00
parent 7e302adf53
commit c378ec4347
2 changed files with 1 additions and 3 deletions
@@ -190,8 +190,6 @@ class Verband extends FHCAPI_Controller
$this->StudienordnungModel->addSelect("CONCAT(studiengang_kz, '/', p.orgform_kurzbz) AS link");
$this->StudienordnungModel->addSelect("p.orgform_kurzbz AS name");
// TODO(chris): semester for gruppe_kurzbz <- what did i mean by that?
$this->StudienordnungModel->addJoin('lehre.tbl_studienplan p', 'studienordnung_id');
$result = $this->StudienordnungModel->loadWhere([
+1 -1
View File
@@ -461,7 +461,7 @@ class AntragJob extends JOB_Controller
$this->logError(getError($result));
continue;
} elseif (!hasData($result)) {
$this->logError($this->p->t('lehre', 'error_noStatusgrund', ['statusgrund_kurzbz' => 'abbrecherStgl'])); // TODO(chris): phrase
$this->logError($this->p->t('lehre', 'error_noStatusgrund', ['statusgrund_kurzbz' => 'abbrecherStgl']));
continue;
}