Fixed problems with load events when selected all agents,tiquet: #2241

This commit is contained in:
m-lopez-f 2015-05-21 13:01:44 +02:00
parent 5eb372a7ff
commit d57ba03f19
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ $strict_user = db_get_value('strict_acl', 'tusuario', 'id_user', $config['id_use
$tags = tags_get_user_tags($config['id_user'], 'ER'); $tags = tags_get_user_tags($config['id_user'], 'ER');
if ($id_agent == 0 && $text_agent != __('All')) { if ($id_agent == 0 && $text_agent != '') {
$id_agent = -1; $id_agent = -1;
} }