Skip to content

Commit

Permalink
Small typo preventing Excel Sheets to be named correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jan 27, 2004
1 parent 66ee479 commit b50b027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/grades.php
Expand Up @@ -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

Expand Down

0 comments on commit b50b027

Please sign in to comment.