- Lehrveranstaltungsansicht für Tempus

This commit is contained in:
Andreas Österreicher
2007-02-23 14:12:28 +00:00
parent 943228b61e
commit 789ada0a2f
14 changed files with 503 additions and 272 deletions
+1 -1
View File
@@ -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;