mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
[Tags performance] Added some TODOs
This commit is contained in:
parent
015d7eea09
commit
debf8db577
@ -698,6 +698,7 @@ function tags_get_acl_tags($id_user, $id_group, $access = 'AR',
|
|||||||
break;
|
break;
|
||||||
case 'event_condition':
|
case 'event_condition':
|
||||||
// Return the condition of the tags for tevento table
|
// Return the condition of the tags for tevento table
|
||||||
|
// TODO event tag revision
|
||||||
$condition = tags_get_acl_tags_event_condition($acltags, $meta, $force_group_and_tag);
|
$condition = tags_get_acl_tags_event_condition($acltags, $meta, $force_group_and_tag);
|
||||||
|
|
||||||
if (!empty($condition)) {
|
if (!empty($condition)) {
|
||||||
|
@ -180,6 +180,7 @@ echo '<td style="vertical-align: top; width: 75%; padding-top: 0px;" id="rightco
|
|||||||
$acltags = tags_get_user_groups_and_tags ($config['id_user'], 'ER', $user_strict);
|
$acltags = tags_get_user_groups_and_tags ($config['id_user'], 'ER', $user_strict);
|
||||||
|
|
||||||
if (!empty($acltags)) {
|
if (!empty($acltags)) {
|
||||||
|
// TODO event tag revision
|
||||||
$tags_condition = tags_get_acl_tags_event_condition($acltags, false, $user_strict);
|
$tags_condition = tags_get_acl_tags_event_condition($acltags, false, $user_strict);
|
||||||
|
|
||||||
if (!empty($tags_condition)) {
|
if (!empty($tags_condition)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user