mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Ticket integria: 3909 fixed name export csv #26
(cherry picked from commit 6a9fd3805ab5ad506add3725453d080d8d79f81a)
This commit is contained in:
parent
e370bc8509
commit
5b2530721e
@ -108,7 +108,7 @@ function reporting_make_reporting_data($report = null, $id_report,
|
|||||||
$contents = $report['contents'];
|
$contents = $report['contents'];
|
||||||
}
|
}
|
||||||
else {
|
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',
|
$contents = db_get_all_rows_field_filter ('treport_content',
|
||||||
'id_report', $id_report, db_escape_key_identifier('order'));
|
'id_report', $id_report, db_escape_key_identifier('order'));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user