Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0831484
)
MDL-24649 Fixed typo preventing download in excel format
author
Shane Elliott
<shane@pukunui.com>
Wed, 13 Oct 2010 09:00:31 +0000
(09:00 +0000)
committer
Shane Elliott
<shane@pukunui.com>
Wed, 13 Oct 2010 09:00:31 +0000
(09:00 +0000)
mod/choice/report.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/choice/report.php
b/mod/choice/report.php
index
fd28a6b
..
f2bc269
100644
(file)
--- a/
mod/choice/report.php
+++ b/
mod/choice/report.php
@@
-230,7
+230,7
@@
$downloadoptions[] = html_writer::tag('li', $button, array('class'=>'reportoption'));
$options["download"] = "xls";
- $button
s
= $OUTPUT->single_button(new moodle_url("report.php", $options), get_string("downloadexcel"));
+ $button = $OUTPUT->single_button(new moodle_url("report.php", $options), get_string("downloadexcel"));
$downloadoptions[] = html_writer::tag('li', $button, array('class'=>'reportoption'));
$options["download"] = "txt";