2013-01-28 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/module_manager.php: fixed the PHP notices in the policy module editor. Fixes: #3602272 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7531 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
20a6ba57de
commit
3d20a1b8b3
|
@ -1,3 +1,10 @@
|
||||||
|
2013-01-28 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/module_manager.php: fixed the PHP notices in the
|
||||||
|
policy module editor.
|
||||||
|
|
||||||
|
Fixes: #3602272
|
||||||
|
|
||||||
2013-01-28 Junichi Satoh <junichi@rworks.jp>
|
2013-01-28 Junichi Satoh <junichi@rworks.jp>
|
||||||
|
|
||||||
* include/help/ja/help_events_replication.php,
|
* include/help/ja/help_events_replication.php,
|
||||||
|
|
|
@ -82,6 +82,7 @@ if (strstr($sec2, "enterprise/godmode/policies/policies") !== false) {
|
||||||
unset($modules['predictionserver']);
|
unset($modules['predictionserver']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($agent)) {
|
||||||
if (check_acl ($config['id_user'], $agent['id_grupo'], "AW")) {
|
if (check_acl ($config['id_user'], $agent['id_grupo'], "AW")) {
|
||||||
// Create module/type combo
|
// Create module/type combo
|
||||||
echo '<form id="create_module_type" method="post" action="'.$url.'">';
|
echo '<form id="create_module_type" method="post" action="'.$url.'">';
|
||||||
|
@ -99,6 +100,7 @@ if(check_acl ($config['id_user'], $agent['id_grupo'], "AW")) {
|
||||||
echo '</tr>';
|
echo '</tr>';
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue