Details
Description
Take a look at attached image.
The Weekday in backup module not display in chinese version of Moodle. After review the code, I find that line 197 in backup/config.htm caused that problem.
$day_names[] = gmstrftime("%A",$onesunday + (($firstdayofweek+$i)*86400));
Attachments
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
flagging as fixed in 1.7 config.html was replaced, and that string no longer seems to appear in backup (from what I could find.)
feel free to reopen if this is a problem elsewhere in the moodle code.
thanks,
Dan