From fb89e4c74a333ab355a2f67f38a38fa7c504968f Mon Sep 17 00:00:00 2001 From: jsatoh Date: Tue, 23 Aug 2011 00:57:13 +0000 Subject: [PATCH] 2011-08-23 Junichi Satoh * include/functions_modules.php: Added comment for the 5th argument of modules_get_agents_with_module_name(). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4802 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 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. */