mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-34429 fixed whitespace.
This commit is contained in:
parent
ed170bd86c
commit
13a20081d3
@ -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'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user