2011-11-28 Junichi Satoh <junichi@rworks.jp>

* operation/agentes/status_monitor.php: Fixed the open version of
	'Monitor detail' fails.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5177 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
jsatoh 2011-11-28 02:11:53 +00:00
parent e3e9c5509d
commit 4535b4c7bf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-11-28 Junichi Satoh <junichi@rworks.jp>
* operation/agentes/status_monitor.php: Fixed the open version of
'Monitor detail' fails.
2011-11-26 Junichi Satoh <junichi@rworks.jp>
* include/help/ja/help_integria_url.php: Added a new help file.

View File

@ -31,7 +31,7 @@ if (! check_acl ($config['id_user'], 0, "AR") && ! check_acl ($config['id_user']
require_once($config['homedir'] . '/include/functions_agents.php');
require_once($config['homedir'] . '/include/functions_modules.php');
require_once($config['homedir'] . '/include/functions_users.php');
enterprise_include_once ('include/functions_policies.php');
$isFunctionPolicies = enterprise_include_once ('include/functions_policies.php');
$extra_sql = enterprise_hook('policies_get_agents_sql_condition');
if ($extra_sql === ENTERPRISE_NOT_HOOK) {