mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Removed entitites
This commit is contained in:
parent
cfaeaa3c9c
commit
d43a4181ac
@ -3042,7 +3042,7 @@ function reporting_database_serialized($report, $content)
|
||||
$return['title'] = $content['name'];
|
||||
$return['subtitle'] = $agent_name.' - '.$module_name;
|
||||
$return['description'] = $content['description'];
|
||||
$return['date'] = reporting_get_date_text($report, $content);
|
||||
$return['date'] = io_safe_output(reporting_get_date_text($report, $content));
|
||||
|
||||
$keys = [];
|
||||
if (isset($content['header_definition']) && ($content['header_definition'] != '')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user