2012-12-03 Sergio Martin <sergio.martin@artica.es>
* godmode/agentes/configurar_agente.php: Fixed macros update of plugin components for bug #3591104 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7218 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
305db4a282
commit
661b0fed26
|
@ -1,3 +1,8 @@
|
||||||
|
2012-12-03 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/configurar_agente.php: Fixed macros update of
|
||||||
|
plugin components for bug #3591104
|
||||||
|
|
||||||
2012-12-03 Ramon Novoa <rnovoa@artica.es>
|
2012-12-03 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* include/functions_agents.php: Removed debugging code.
|
* include/functions_agents.php: Removed debugging code.
|
||||||
|
|
|
@ -856,6 +856,7 @@ if ($update_module) {
|
||||||
'custom_integer_2' => $custom_integer_2,
|
'custom_integer_2' => $custom_integer_2,
|
||||||
'min_ff_event' => $ff_event,
|
'min_ff_event' => $ff_event,
|
||||||
'unit' => $unit,
|
'unit' => $unit,
|
||||||
|
'macros' => $macros,
|
||||||
'quiet' => $quiet_module,
|
'quiet' => $quiet_module,
|
||||||
'critical_instructions' => $critical_instructions,
|
'critical_instructions' => $critical_instructions,
|
||||||
'warning_instructions' => $warning_instructions,
|
'warning_instructions' => $warning_instructions,
|
||||||
|
|
Loading…
Reference in New Issue