Fixed problems with menu. Internal Ticket: #3912

This commit is contained in:
m-lopez-f 2016-08-29 16:09:11 +02:00
parent e21eabbf04
commit 3ae6866ab0

View File

@ -188,7 +188,6 @@ if (check_acl ($config['id_user'], 0, "VR")) {
}
// Agent read, Server read
if (check_acl ($config['id_user'], 0, "AR")) {
//INI GIS Maps
if ($config['activate_gis']) {
$sub["gismaps"]["text"] = __('GIS Maps');
@ -229,11 +228,6 @@ if (check_acl ($config['id_user'], 0, "VR")) {
//END GIS Maps
}
$menu_operation["network"]["sub"] = $sub;
//End networkview
}
if (check_acl ($config['id_user'], 0, "AR") || check_acl ($config['id_user'], 0, "MR"))
$menu_operation["network"]["sub"] = $sub;
//End networkview