Removed check for Reihungsteststufe 1/NULL in getReihungstestErgebnisPerson

Removed check for Reihungsteststufe 1 in function
getReihungstestErgebnisPerson.
This commit is contained in:
cris-technikum
2019-04-10 10:53:43 +02:00
parent 40755fa789
commit 39177fb97f
-2
View File
@@ -400,8 +400,6 @@ class pruefling extends basis_db
tbl_rt_person.rt_id = ".$this->db_add_param($reihungstest_id, FHC_INTEGER)."
AND
tbl_prestudentstatus.status_kurzbz='Interessent'
AND
(tbl_reihungstest.stufe = 1 OR tbl_reihungstest.stufe IS NULL)
ORDER BY
tbl_reihungstest.datum desc LIMIT 1
)