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:
ed170bd
)
MDL-34429 fixed whitespace.
author
Aparup Banerjee
<aparup@moodle.com>
Mon, 27 Aug 2012 04:07:15 +0000
(12:07 +0800)
committer
Aparup Banerjee
<aparup@moodle.com>
Mon, 27 Aug 2012 04:07:15 +0000
(12:07 +0800)
course/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/course/lib.php
b/course/lib.php
index
2eaf092
..
cf8f372
100644
(file)
--- a/
course/lib.php
+++ b/
course/lib.php
@@
-572,7
+572,7
@@
function print_log_csv($course, $user, $date, $order='l.time DESC', $modname,
$csvexporter->set_filename('logs', '.txt');
$title = array(get_string('savedat').userdate(time(), $strftimedatetime));
- $csvexporter->add_data($title);
+ $csvexporter->add_data($title);
$csvexporter->add_data($header);
if (empty($logs['logs'])) {