diff --git a/include/studiengang.class.php b/include/studiengang.class.php index c25f883c0..169c22f6d 100644 --- a/include/studiengang.class.php +++ b/include/studiengang.class.php @@ -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))