2010-06-17 Sergio Martin <sergio.martin@artica.es>

* godmode/reporting/map_builder.php: Fixed the ACL
	permissions for bug: 3017262 



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2909 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-06-17 08:16:31 +00:00
parent 87cabc7b6a
commit 1ade11f486
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-06-17 Sergio Martin <sergio.martin@artica.es>
* godmode/reporting/map_builder.php: Fixed the ACL
permissions for bug: 3017262
2010-06-10 Sergio Martin <sergio.martin@artica.es>
* include/functions_reporting.php: Fixed the colspan

View File

@ -118,7 +118,7 @@ if (!$maps) {
echo '<div class="nf">'.('No maps defined').'</div>';
} else {
foreach ($maps as $map) {
if (give_acl ($config['id_user'], $map['id_group'], "AW")){
if (give_acl ($config['id_user'], $map['id_group'], "IW")){
$data = array ();
$data[0] = '<a href="index.php?sec=gmap&sec2=godmode/reporting/visual_console_builder&tab=data&amp;action=edit&amp;id_visual_console='.$map['id'].'">'.$map['name'].'</a>';