mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Bugfix beim Laden der Reihungstest
This commit is contained in:
@@ -79,6 +79,7 @@ if(isset($_GET['include_id']) && isset($_GET['studiengang_kz']))
|
||||
}
|
||||
elseif(isset($_GET['prestudent_id']))
|
||||
{
|
||||
$include_ids=array();
|
||||
$prestudent = new prestudent();
|
||||
$prestudent->getPrestudentRolle($_GET['prestudent_id'], 'Interessent');
|
||||
$studienplan_arr = array();
|
||||
|
||||
Reference in New Issue
Block a user