mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
#10202 fixed search report sql
This commit is contained in:
parent
3f000f403a
commit
0565168522
@ -257,6 +257,10 @@ function reporting_make_reporting_data(
|
|||||||
|
|
||||||
$content['style'] = json_decode(io_safe_output($content['style']), true);
|
$content['style'] = json_decode(io_safe_output($content['style']), true);
|
||||||
|
|
||||||
|
if (!empty($content['style']['event_filter_search'])) {
|
||||||
|
$content['style']['event_filter_search'] = io_safe_input($content['style']['event_filter_search']);
|
||||||
|
}
|
||||||
|
|
||||||
$graphs_to_macro = db_get_all_rows_field_filter(
|
$graphs_to_macro = db_get_all_rows_field_filter(
|
||||||
'tgraph_source',
|
'tgraph_source',
|
||||||
'id_graph',
|
'id_graph',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user