This commit is contained in:
Andreas Österreicher
2007-12-11 13:31:29 +00:00
parent db443ea0ed
commit 3bd3efe3dd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -586,7 +586,7 @@ class lehrveranstaltung
{
while($row=pg_fetch_object($result))
{
$l = new lehrveranstaltung($this->conn);
$l = new lehrveranstaltung($this->conn, null, null);
$l->lehrveranstaltung_id = $row->lehrveranstaltung_id;
$l->kurzbz = $row->kurzbz;
$l->bezeichnung = $row->bezeichnung;