From b50b027b2b2a07be27397737e9012fd3bf2a14ad Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 27 Jan 2004 23:48:23 +0000 Subject: [PATCH] Small typo preventing Excel Sheets to be named correctly. --- course/grades.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5