gen_grading: new method to generate name
This commit is contained in:
parent
5fa70f72d8
commit
375640dba8
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ sub process
|
||||||
$ids->{$def_i.'_end_$LOGIN'} = undef;
|
$ids->{$def_i.'_end_$LOGIN'} = undef;
|
||||||
$ids->{$def_i.'_end_group'} = undef;
|
$ids->{$def_i.'_end_group'} = undef;
|
||||||
|
|
||||||
$grade->create_from_ids($sout, $ids);
|
$grade->create_from_ids($sid, $ids);
|
||||||
}
|
}
|
||||||
closedir $dh;
|
closedir $dh;
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue