mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
This commit is contained in:
@@ -480,8 +480,8 @@
|
||||
|
||||
<?php
|
||||
//Studentenupload
|
||||
//Sichtbar nur fuer MUT(332)
|
||||
if($course_id==332)
|
||||
//Sichtbar nur fuer MUT(332) und MBE (228)
|
||||
if($course_id==332 || $course_id==228)
|
||||
{
|
||||
if($is_lector)
|
||||
echo '</tr><tr>';
|
||||
|
||||
Reference in New Issue
Block a user