From: stronk7 Date: Tue, 27 Jan 2004 23:48:23 +0000 (+0000) Subject: Small typo preventing Excel Sheets to be named correctly. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b50b027b2b2a07be27397737e9012fd3bf2a14ad;p=moodle.git Small typo preventing Excel Sheets to be named correctly. --- diff --git a/course/grades.php b/course/grades.php index 8cd7eca81a..4bb0697c81 100644 --- a/course/grades.php +++ b/course/grades.php @@ -137,7 +137,7 @@ /// Creating a workbook $workbook = new Workbook("-"); - $myxls =& $workbook->add_worksheet('$strgrades'); + $myxls =& $workbook->add_worksheet($strgrades); /// Print names of all the fields