mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Small typo preventing Excel Sheets to be named correctly.
This commit is contained in:
parent
66ee479190
commit
b50b027b2b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue