mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Change some code for the CSV reports.
This commit is contained in:
parent
44d09aeced
commit
30ee320565
@ -3177,6 +3177,14 @@ function reporting_prediction_date($report, $content) {
|
||||
$return["description"] = $content["description"];
|
||||
$return["date"] = reporting_get_date_text($report, $content);
|
||||
|
||||
$module_name = io_safe_output(
|
||||
modules_get_agentmodule_name($content['id_agent_module']));
|
||||
$agent_name = io_safe_output(
|
||||
modules_get_agentmodule_agent_name ($content['id_agent_module']));
|
||||
|
||||
$return['agent_name'] = $agent_name;
|
||||
$return['module_name'] = $module_name;
|
||||
|
||||
set_time_limit(500);
|
||||
|
||||
$intervals_text = $content['text'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user