mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Fixed display of master-study on starting page.
Added missing cells and data for Status and Reihungstest. Removed var_dump.
This commit is contained in:
@@ -504,8 +504,12 @@ if (isset($prestudent_id))
|
||||
// * wenn Prestudent an einem Master-Studiengang interessiert ist, dann nur den einen STG anführen
|
||||
else
|
||||
{
|
||||
echo '<pre>', print_r($typ,1),'</pre>';
|
||||
// Letzten Status für des Prestudenten einholen
|
||||
$ps_master = new Prestudent();
|
||||
$ps_master->getLastStatus($prestudent_id);
|
||||
echo '<td>'. $typ->bezeichnung.' '.($sprache_user=='English'?$stg_obj->english:$stg_obj->bezeichnung).'</td>';
|
||||
echo '<td>'. $ps_master->status_kurzbz.'</td>';
|
||||
echo '<td>Basic</td>';
|
||||
}
|
||||
|
||||
echo '
|
||||
|
||||
Reference in New Issue
Block a user