TODO-tags for non-unique student->prestudent_id

This commit is contained in:
Andreas Moik
2016-06-01 14:37:10 +02:00
parent 3cba596571
commit 4c3d0bf5aa
35 changed files with 1166 additions and 1059 deletions
+1 -1
View File
@@ -592,7 +592,7 @@ class lvregel extends basis_db
// Ausbildungssemester wird nur beim 1. durchlauf ermittelt
if(!isset($this->cache[$prestudent_id]) && !isset($this->cache[$prestudent_id][$studiensemester_kurzbz]))
{
$student = new student($prestudent_id);
$student = new student($prestudent_id); // TODO EINE
// Ausbildungssemester aus dem Status holen
$prestudent = new prestudent();