mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 09:22:22 +00:00
- added method getLesForLv to education/Lehreinheit_model
- added methods direktUserAdd, direktuserDelete (for direkt User Zuordnung to le) to education/Lehreinheitgruppe_model - added method getLvsByStudent to education/Lehrveranstaltung_model - Added hasSequence = false to Benutzergruppe_model - fixed typo in lehrveranstaltungDBML
This commit is contained in:
@@ -1698,7 +1698,7 @@ if(!$error)
|
||||
}
|
||||
else
|
||||
{
|
||||
$errormsg = $benutergruppe->errormsg;
|
||||
$errormsg = $benutzergruppe->errormsg;
|
||||
$return = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user