2012-07-24 Dario Rodriguez <dario.rodriguez@artica.es>

* operation/tree.php: Added comment to insert tag based
	ACL function in the future.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6801 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
darode 2012-07-24 10:10:34 +00:00
parent 77486d5c64
commit 4071876f27
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-07-24 Dario Rodriguez <dario.rodriguez@artica.es>
* operation/tree.php: Added comment to insert tag based
ACL function in the future.
2012-07-24 Dario Rodriguez <dario.rodriguez@artica.es>
* include/functions_networkmap.php

View File

@ -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';