getAllForBewerbung holt nur aktive Studienpläne

This commit is contained in:
kindlm
2016-01-25 17:04:19 +01:00
parent 1454578d87
commit 12b9c7a8e1
+1
View File
@@ -241,6 +241,7 @@ class studiengang extends basis_db
. 'FROM lehre.vw_studienplan '
. 'LEFT JOIN bis.tbl_lgartcode USING (lgartcode) '
. 'WHERE onlinebewerbung IS TRUE '
. 'AND aktiv IS TRUE '
. 'ORDER BY typ, studiengangbezeichnung, tbl_lgartcode.bezeichnung ASC';
if(!$result = $this->db_query($qry))