mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Removed deprecated File
This commit is contained in:
@@ -189,10 +189,6 @@ function checkZeilenUmbruch()
|
||||
$text.= '<br>';
|
||||
$text.= "<a class='Item' target='_blank' href='upload.php?course_id=$studiengang_kz&term_id=$semester&short=$short'>".$p->t('lehre/upload')."</a>";
|
||||
$text.= ' ';
|
||||
if(isset($dir_empty) && $dir_empty == false)
|
||||
$text.= "<a class='Item' title='".$p->t('lehre/ziparchivTitle')."' href='zipdownload.php?stg=$studiengang_kz&sem=$semester&short=$short' target='_blank'>".$p->t('lehre/ziparchiv')."</a>";
|
||||
else
|
||||
$text.= $p->t('lehre/ziparchiv');
|
||||
}
|
||||
|
||||
$menu[]=array
|
||||
|
||||
Reference in New Issue
Block a user