Small typo preventing Excel Sheets to be named correctly.

This commit is contained in:
stronk7 2004-01-27 23:48:23 +00:00
parent 66ee479190
commit b50b027b2b

View file

@ -137,7 +137,7 @@
/// Creating a workbook /// Creating a workbook
$workbook = new Workbook("-"); $workbook = new Workbook("-");
$myxls =& $workbook->add_worksheet('$strgrades'); $myxls =& $workbook->add_worksheet($strgrades);
/// Print names of all the fields /// Print names of all the fields