mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-23 13:55:43 +02:00
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:
parent
e097837cf7
commit
ae842a669d
@ -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>
|
2010-08-26 Sancho Lerena <slerena@gmail.com>
|
||||||
|
|
||||||
* include/functions_custom_graphs.php: Fixed ACL problems.
|
* include/functions_custom_graphs.php: Fixed ACL problems.
|
||||||
|
@ -282,8 +282,8 @@ if (isset ($extra_title))
|
|||||||
echo ' - '.$extra_title;
|
echo ' - '.$extra_title;
|
||||||
echo '</h3>';
|
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);
|
add_policy_linkation($id_agent_module);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user