cis/private/profile/studienplan.php added an option to choose between prestudents

This commit is contained in:
Andreas Moik
2016-06-10 11:51:10 +02:00
parent b41122e174
commit bcf57fcbf2
10 changed files with 813 additions and 700 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ class zeugnisnote extends basis_db
JOIN lehre.tbl_note USING(note)
LEFT JOIN public.tbl_prestudent ON( public.tbl_prestudent.prestudent_id=lehre.tbl_zeugnisnote.prestudent_id )
WHERE true $where2
ORDER BY sort";
ORDER BY sort LIMIT 1";
if($this->db_query($qry))
{
while($row = $this->db_fetch_object())