diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c7a06bbec2..4434bbba1f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-08-23 Junichi Satoh + + * include/functions_modules.php: Added comment for the 5th argument + of modules_get_agents_with_module_name(). + 2011-08-22 Miguel de Dios * include/functions_networkmap.php: fixed the create relative image for diff --git a/pandora_console/include/functions_modules.php b/pandora_console/include/functions_modules.php index 087f9164e2..7dd3bdb46c 100644 --- a/pandora_console/include/functions_modules.php +++ b/pandora_console/include/functions_modules.php @@ -302,6 +302,7 @@ function modules_create_agent_module ($id_agent, $name, $values = false, $disabl * @param int Group id of the agents. False will be any group. * @param array Extra filter. * @param mixed Fields to be returned. All agents field by default + * @param bool Flag to search agents in child groups. * * @return array All the agents which have a module with the name given. */