mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user