2010-08-27 Junichi Satoh <junichi@rworks.jp>

* godmode/agents/module_manager_editor.php: Changed if() statements
	order. isModuleInPolicy() is not available in open source version.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3186 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2010-08-27 02:03:34 +00:00
parent e097837cf7
commit ae842a669d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-08-27 Junichi Satoh <junichi@rworks.jp>
* godmode/agents/module_manager_editor.php: Changed if() statements
order. isModuleInPolicy() is not available in open source version.
2010-08-26 Sancho Lerena <slerena@gmail.com>
* include/functions_custom_graphs.php: Fixed ACL problems.

View File

@ -282,8 +282,8 @@ if (isset ($extra_title))
echo ' - '.$extra_title;
echo '</h3>';
if (isModuleInPolicy($id_agent_module)) {
if($config['enterprise_installed']) {
if($config['enterprise_installed']) {
if (isModuleInPolicy($id_agent_module)) {
add_policy_linkation($id_agent_module);
}
}