2011-08-23 Junichi Satoh <junichi@rworks.jp>
* 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
This commit is contained in:
parent
4e473e0291
commit
fb89e4c74a
|
@ -1,3 +1,8 @@
|
|||
2011-08-23 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/functions_modules.php: Added comment for the 5th argument
|
||||
of modules_get_agents_with_module_name().
|
||||
|
||||
2011-08-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_networkmap.php: fixed the create relative image for
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue