diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 97edfba615..10040394c3 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-11-15 Raúl Mateos + + * include/functions_events.php: Show text in Agent detail when no events + found. Commented old code. + 2010-11-15 Miguel de Dios * operation/agentes/estado_ultimopaquete.php: fixed the single quote instead diff --git a/pandora_console/include/functions_events.php b/pandora_console/include/functions_events.php index 7649d62fba..e2a9af3650 100644 --- a/pandora_console/include/functions_events.php +++ b/pandora_console/include/functions_events.php @@ -287,10 +287,10 @@ function print_events_table ($filter = "", $limit = 10, $width = 440, $return = if ($result === false) { $return = '
'.__('No events').'
'; - if ($return === false) { - echo $return; - } - return $return; +# if ($return === false) { +# echo $return; +# } + echo $return; } else { $table->cellpadding = 4; $table->cellspacing = 4;