mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
bug fix for 4724
This commit is contained in:
parent
527ec51af5
commit
743500132c
@ -1242,7 +1242,7 @@ function grade_download($download, $id) {
|
||||
$myxls->write_string($i,5,$student->email);
|
||||
$j=6;
|
||||
foreach ($studentgrades as $grade) {
|
||||
if (is_numeric($grades)) {
|
||||
if (is_numeric($grade)) {
|
||||
$myxls->write_number($i,$j++,strip_tags($grade));
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user