Archived
1
0
Fork 0

gen_grading: new method to generate name

This commit is contained in:
Mercier Pierre-Olivier 2013-09-26 10:53:34 +02:00
parent 5fa70f72d8
commit 375640dba8

View file

@ -61,7 +61,7 @@ sub process
$ids->{$def_i.'_end_$LOGIN'} = undef;
$ids->{$def_i.'_end_group'} = undef;
$grade->create_from_ids($sout, $ids);
$grade->create_from_ids($sid, $ids);
}
closedir $dh;