MDL-28232 - Course log text export is missing a new line

This commit is contained in:
Dan Poltawski 2011-07-18 23:46:08 +01:00 committed by Sam Hemelryk
parent 50e3c7d8ef
commit d0cdf8ec72

View File

@ -565,7 +565,7 @@ function print_log_csv($course, $user, $date, $order='l.time DESC', $modname,
header("Pragma: public");
echo get_string('savedat').userdate(time(), $strftimedatetime)."\n";
echo $text;
echo $text."\n";
if (empty($logs['logs'])) {
return true;