]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14525 bad result in the Excel after download
authoragrabs <agrabs>
Wed, 4 Jun 2008 18:36:01 +0000 (18:36 +0000)
committeragrabs <agrabs>
Wed, 4 Jun 2008 18:36:01 +0000 (18:36 +0000)
mod/feedback/easy_excel.php
mod/feedback/version.php

index 17472a4f627d7d9b6b6993b98714acde2428a8bf..bf933e224518cf9fc2e7eab5499dadbfb41c21be 100644 (file)
@@ -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 == '') {
index c0bdd8492a3ca751ff47001d208c3406ef19efca..8377caa1165657eb9dadff4f91b99c97e66fef87 100644 (file)
@@ -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)