From 47335362c2607741e6b7975083306b94745e80ee Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Mon, 20 Jun 2011 15:01:34 +0000 Subject: [PATCH] 2011-06-20 Juan Manuel Ramon * include/functions_modules.php: Added initialization variable value. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4470 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/functions_modules.php | 1 + 2 files changed, 6 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index f1fd314c16..561ded6500 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-06-20 Juan Manuel Ramon + + * include/functions_modules.php: Added initialization variable + value. + 2011-06-20 Juan Manuel Ramon * include/functions_modules.php diff --git a/pandora_console/include/functions_modules.php b/pandora_console/include/functions_modules.php index 6ad55e0641..be0ead72e9 100644 --- a/pandora_console/include/functions_modules.php +++ b/pandora_console/include/functions_modules.php @@ -235,6 +235,7 @@ function modules_create_agent_module ($id_agent, $name, $values = false, $disabl if ($id_agent_module === false) return false; + $return_tag = true; if (($tags !== false) || (empty($tags))) $return_tag = tags_insert_module_tag ($id_agent_module, $tags);