Ticket integria: 3909 fixed name export csv #26

This commit is contained in:
daniel 2016-08-18 09:28:35 +02:00
parent dd3173ca71
commit 6a9fd3805a
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ function reporting_make_reporting_data($report = null, $id_report,
$contents = $report['contents'];
}
else {
$report = db_get_row ('treport', 'id_report', $id_report);
$report = io_safe_output(db_get_row ('treport', 'id_report', $id_report));
$contents = db_get_all_rows_field_filter ('treport_content',
'id_report', $id_report, db_escape_key_identifier('order'));
}