mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 08:09:47 +02:00
MDL-14525 bad result in the Excel after download
This commit is contained in:
parent
ce7fbdb8de
commit
72a56f6713
2 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@ function feedback_convert_to_win($text) {
|
|||
|
||||
if(!isset($newwincharset)) {
|
||||
if(!isset($CFG->latinexcelexport) || !$CFG->latinexcelexport) {
|
||||
$newwincharset = get_string('UTF-16LE');
|
||||
$newwincharset = 'UTF-16LE';
|
||||
}else {
|
||||
$newwincharset = get_string('localewincharset');
|
||||
if($newwincharset == '') {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
|
||||
$module->version = 2008052205; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->version = 2008052206; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2007101503; // Requires this Moodle version
|
||||
$feedback_version_intern = 1; //this version is used for restore older backups
|
||||
$module->cron = 0; // Period for cron to check this module (secs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue