SQLerror tasg reference

This commit is contained in:
fbsanchez 2019-06-24 19:05:46 +02:00
parent 0ea8904e0a
commit c85965d793
1 changed files with 3 additions and 1 deletions

View File

@ -1051,7 +1051,9 @@ function events_get_all(
// Force_group_and_tag.
true,
// Table tag for id_grupo.
'te.'
'te.',
// Alt table tag for id_grupo.
'tasg.'
);
// FORCE CHECK SQL "(TAG = tag1 AND id_grupo = 1)".
} else if (check_acl($config['id_user'], 0, 'EW')) {