mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Kreuzerltool fix für Semesterübergreifenden Zugriff
This commit is contained in:
@@ -365,7 +365,12 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
echo '<a href="benotungstool/studentenansicht.php?lvid='.$lvid.'" class="Item">
|
||||
if(isset($angezeigtes_stsem))
|
||||
$studiensem = '&stsem='.$angezeigtes_stsem;
|
||||
else
|
||||
$studiensem = '';
|
||||
|
||||
echo '<a href="benotungstool/studentenansicht.php?lvid='.$lvid.$studiensem.'" class="Item">
|
||||
<img src="../../../skin/images/button_kt.jpg" width="67" height="45"><br>
|
||||
<strong>Übungstool<br>("Kreuzerl"-Tool)</strong></a>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user