2010-09-22 Sergio Martin <sergio.martin@artica.es>
* include/functions_modules.php: Fixed bad call to enterprise function git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3271 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9820894cbb
commit
5007239cd4
|
@ -1,3 +1,8 @@
|
|||
2010-09-22 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_modules.php: Fixed bad call to
|
||||
enterprise function
|
||||
|
||||
2010-09-21 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_html.php: in function "print_select_groups" and function
|
||||
|
|
|
@ -118,7 +118,7 @@ function copy_agent_module_to_agent ($id_agent_module, $id_destiny_agent) {
|
|||
function delete_agent_module ($id_agent_module) {
|
||||
$where = array ('id_agent_module' => $id_agent_module);
|
||||
|
||||
deleteLocalModuleInConf(get_agentmodule_agent($id_agent_module), get_agentmodule_name($id_agent_module));
|
||||
enterprise_hook('deleteLocalModuleInConf', array(get_agentmodule_agent($id_agent_module), get_agentmodule_name($id_agent_module)));
|
||||
|
||||
process_sql_delete ('talert_template_modules', $where);
|
||||
process_sql_delete ('tgraph_source', $where);
|
||||
|
|
Loading…
Reference in New Issue