added filter for bachelor and master

This commit is contained in:
ma0048
2021-02-17 15:07:09 +01:00
parent 253ffa7e93
commit 935b370166
9 changed files with 126 additions and 29 deletions
@@ -11,7 +11,8 @@ class Variablenname_model extends DB_Model
ORDER BY studienjahr_kurzbz, start
) sem
WHERE start > now()
LIMIT 1;'
LIMIT 1;',
'infocenter_studiensgangtyp' => 'SELECT infocenter_studiensgangtyp FROM public.tbl_variablename LIMIT 1'
);
/**