diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c32112c39a..1404ed13e3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2012-07-24 Dario Rodriguez + + * operation/tree.php: Added comment to insert tag based + ACL function in the future. + 2012-07-24 Dario Rodriguez * include/functions_networkmap.php diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 5e19a247f5..ab1b8873fd 100644 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -242,6 +242,7 @@ if (is_ajax ()) $countRows = 0; if (!empty($avariableGroupsIds)) { + //TODO CHANGE POLICY ACL FOR TAG ACL $extra_sql = ''; if($extra_sql != '') { $extra_sql .= ' OR';