From 12b9c7a8e165884649ff40c96da2e25ce3f8e134 Mon Sep 17 00:00:00 2001 From: kindlm Date: Mon, 25 Jan 2016 17:04:19 +0100 Subject: [PATCH] =?UTF-8?q?getAllForBewerbung=20holt=20nur=20aktive=20Stud?= =?UTF-8?q?ienpl=C3=A4ne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/studiengang.class.php | 1 + 1 file changed, 1 insertion(+) 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))