C tasks not for Erasmus students
This commit is contained in:
parent
77e74e5741
commit
e436e9c854
@ -165,7 +165,7 @@ sub check_if_the_right_task {
|
||||
|
||||
return 0 if $task_id =~ m{^TaskE} and not is_estudent($student_id);
|
||||
|
||||
return 0 if $task_id =~ m{^TaskA} and is_estudent($student_id);
|
||||
return 0 if $task_id =~ m{^Task[AC]} and is_estudent($student_id);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user