Archived
1
0
Fork 0

Handel $LOGIN in grades

This commit is contained in:
Mercier Pierre-Olivier 2013-09-26 01:05:31 +02:00
parent 9160fa0fb2
commit 025e938354
2 changed files with 21 additions and 11 deletions

View file

@ -133,7 +133,7 @@ sub grades_generate
}
}
log DEBUG, "Computed grades: ".$grading->compute();
log DEBUG, "Computed grades: ".$grading->compute($login);
open my $xmlgrade, ">", "$basedir/$year/$project_id/grades/$login.xml" or croak "grades/$login.xml";
binmode $xmlgrade;