mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -337,7 +337,7 @@ class ort
|
||||
FROM
|
||||
public.tbl_ort JOIN public.tbl_ortraumtyp USING(ort_kurzbz)
|
||||
WHERE
|
||||
aktiv AND ort_kurzbz NOT LIKE '\\\\_%'";
|
||||
aktiv AND lehre AND ort_kurzbz NOT LIKE '\\\\_%'";
|
||||
if($reservierung)
|
||||
$qry.=" AND reservieren";
|
||||
if($raumtyp!=null)
|
||||
|
||||
Reference in New Issue
Block a user