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:
zarzuelo 2010-09-22 08:21:08 +00:00
parent 9820894cbb
commit 5007239cd4
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);