fixed typo and put the insert on a other position

This commit is contained in:
ma0048
2021-05-07 22:23:48 +02:00
parent 03feb6bd44
commit 6f885fb924
2 changed files with 15 additions and 2 deletions
@@ -12,7 +12,7 @@ class Variablenname_model extends DB_Model
) sem
WHERE start > now()
LIMIT 1;',
'infocenter_studiensgangtyp' => 'SELECT infocenter_studiensgangtyp FROM public.tbl_variablename LIMIT 1'
'infocenter_studiensgangtyp' => 'SELECT infocenter_studiensgangtyp FROM public.tbl_variablenname LIMIT 1'
);
/**