2014-08-11 Vanessa Gil <vanessa.gil@artica.es>

* godmode/agentes/agent_template.php: Fixed bug in FF
	threshold to apply a template module. Ticket #871.


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10397 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
vgilc 2014-08-11 11:27:50 +00:00
parent 598da4e7a1
commit 2bfc12934c
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-08-11 Vanessa Gil <vanessa.gil@artica.es>
* godmode/agentes/agent_template.php: Fixed bug in FF
threshold to apply a template module. Ticket #871.
2014-08-11 Vanessa Gil <vanessa.gil@artica.es>
* godmode/agentes/agent_conf_gis.php: Altitude coordinate by

View File

@ -96,7 +96,12 @@ if (isset ($_POST["template_id"])) {
'warning_instructions' => $row2['warning_instructions'],
'unknown_instructions' => $row2['unknown_instructions'],
'id_category' => $row2['id_category'],
'module_macros' => $row2['module_macros']
'module_macros' => $row2['module_macros'],
'each_ff' => $row2['each_ff'],
'min_ff_event' => $row2['min_ff_event'],
'min_ff_event_normal' => $row2['min_ff_event_normal'],
'min_ff_event_warning' => $row2['min_ff_event_warning'],
'min_ff_event_critical' => $row2['min_ff_event_critical']
);
$name = $row2["name"];