Merge branch 'feature-40309/Cis_News_widget' into feature-25999/C4

This commit is contained in:
Harald Bamberger
2024-09-09 13:03:47 +02:00
35 changed files with 975 additions and 338 deletions
@@ -20,4 +20,16 @@ class Ort_model extends DB_Model
return $this->OrtModel->loadWhere(array("raumtyp_kurzbz" => $raumtyp_kurzbz));
}
public function getContentID($ort_kurzbz)
{
return $this->execReadOnlyQuery("
SELECT content_id
FROM public.tbl_ort
WHERE ort_kurzbz = ?;
",[$ort_kurzbz]);
}
}