MDL-34429 fixed whitespace.

This commit is contained in:
Aparup Banerjee 2012-08-27 12:07:15 +08:00
parent ed170bd86c
commit 13a20081d3

View File

@ -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'])) {