mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
Updates der Sync Scripte, CIS Anpassungen
This commit is contained in:
@@ -72,7 +72,7 @@ class benutzerfunktion
|
||||
|
||||
while($row = pg_fetch_object($res))
|
||||
{
|
||||
$pfunktion_obj = new personenfunktion($this->conn);
|
||||
$pfunktion_obj = new benutzerfunktion($this->conn);
|
||||
|
||||
$pfunktion_obj->benutzerfunktion_id = $row->benutzerfunktion_id;
|
||||
$pfunktion_obj->fachbereich_kurzbz = $row->fachbereich_kurzbz;
|
||||
|
||||
Reference in New Issue
Block a user