mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
- Lehrveranstaltungsansicht für Tempus
This commit is contained in:
@@ -64,7 +64,7 @@ class raumtyp
|
||||
|
||||
while($row = pg_fetch_object($res))
|
||||
{
|
||||
$raumtyp_obj = new ort($this->conn);
|
||||
$raumtyp_obj = new raumtyp($this->conn);
|
||||
|
||||
$raumtyp_obj->beschreibung = $row->beschreibung;
|
||||
$raumtyp_obj->raumtyp_kurzbz = $row->raumtyp_kurzbz;
|
||||
|
||||
Reference in New Issue
Block a user