]> git.mjollnir.org Git - moodle.git/commitdiff
Small typo preventing Excel Sheets to be named correctly.
authorstronk7 <stronk7>
Tue, 27 Jan 2004 23:48:23 +0000 (23:48 +0000)
committerstronk7 <stronk7>
Tue, 27 Jan 2004 23:48:23 +0000 (23:48 +0000)
course/grades.php

index 8cd7eca81a36204fd03e09728c2f3cf98718c1d7..4bb0697c81bd242076e1633dec6631513faf54b5 100644 (file)
 
 /// Creating a workbook
         $workbook = new Workbook("-");
-        $myxls =& $workbook->add_worksheet('$strgrades');
+        $myxls =& $workbook->add_worksheet($strgrades);
     
 /// Print names of all the fields