Fixed error javascript

This commit is contained in:
m-lopez-f 2015-04-20 15:48:17 +02:00
parent eb803c3ff2
commit dbfc273de9
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ if ($list_modules) {
$id_agente . ", " .
"\"" . $server_name . "\", " .
0 . ", " .
SECONDS_1DAY . ', "' . $module["module_name"] . ")'>". html_print_image ("images/binary.png", true, array ("border" => "0", "alt" => "")) . "</a>";
SECONDS_1DAY . ", \" " . modules_get_agentmodule_name( $module["id_agente_modulo"] ) . "\")'>". html_print_image ("images/binary.png", true, array ("border" => "0", "alt" => "")) . "</a>";
}
if ($module['estado'] == 3) {