2011-06-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* 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
This commit is contained in:
parent
358d6871e8
commit
47335362c2
|
@ -1,3 +1,8 @@
|
|||
2011-06-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_modules.php: Added initialization variable
|
||||
value.
|
||||
|
||||
2011-06-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* 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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue