This commit is contained in:
cgfhtw
2024-07-23 08:58:33 +02:00
parent 0ee57e488d
commit 4b97e33e20
@@ -1099,7 +1099,7 @@ class Status extends FHCAPI_Controller
{
return $this->terminateWithError(getError($result), self::ERROR_TYPE_GENERAL);
}
}
} // NOTE(chris): this does not do anything since $isStudent did the same thing and returned positive success
$this->load->library('PrestudentLib');
$result = $this->prestudentlib->setStudent($prestudent_id, $studiensemester_kurzbz, $ausbildungssemester, $statusgrund_id, $bestaetigtam, $bestaetigtvon);