Fixed filter agent and modules empty in events

This commit is contained in:
fermin831 2016-03-08 13:47:47 +01:00
parent 4c4b7f7a36
commit a5222eeb6b
1 changed files with 4 additions and 0 deletions

View File

@ -233,6 +233,8 @@ if ($id_agent != 0) {
$text_agent = ''; $text_agent = '';
$id_agent = 0; $id_agent = 0;
} }
} else {
$text_agent = '';
} }
@ -243,6 +245,8 @@ if ($id_agent_module != 0) {
if ($text_module == false) { if ($text_module == false) {
$text_module = ''; $text_module = '';
} }
} else {
$text_module = '';
} }