Bugfix Limit 10 entfernt

This commit is contained in:
Manfred
2022-09-16 14:54:11 +02:00
parent ec87bd0c80
commit 83ef4be673
+1 -1
View File
@@ -581,7 +581,7 @@ else
$sql_query .= " GROUP BY tbl_lehrveranstaltung.lehrveranstaltung_id, tbl_organisationseinheit.organisationseinheittyp_kurzbz, tbl_organisationseinheit.bezeichnung";
$sql_query .= " ORDER BY tbl_lehrveranstaltung.bezeichnung LIMIT 10";
$sql_query .= " ORDER BY tbl_lehrveranstaltung.bezeichnung";
if($fb_kurzbz=='' && $stg_kz=='' && $semester=='0' && $oe_kurzbz=='')
$result_lv='';