]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7176 fixed comment; merged from MOODLE_17_STABLE
authorskodak <skodak>
Sun, 5 Nov 2006 18:28:03 +0000 (18:28 +0000)
committerskodak <skodak>
Sun, 5 Nov 2006 18:28:03 +0000 (18:28 +0000)
lib/excellib.class.php

index 5ea429c5e1fcca08abc126c3ee7ffdffe35358bf..9d07f2823a259135e3d360380a9b3e29918f9656 100644 (file)
@@ -51,7 +51,7 @@ class MoodleExcelWorkbook {
         $this->pear_excel_workbook = new Spreadsheet_Excel_Writer($filename);
     /// Prepare it to accept UTF-16LE data and to encode it properly
         $this->pear_excel_workbook->setVersion(8);
-    /// Choose our temporary directory, because default system tmp might not be writable - see MDL-7176, found by paulo.matos
+    /// Choose our temporary directory - see MDL-7176, found by paulo.matos
         make_upload_directory('temp/excel', false);
         $this->pear_excel_workbook->setTempDir($CFG->dataroot.'/temp/excel');
     }