From afae8a8abe04cf8e130cd2ecc64b1f3be15ef1e4 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Wed, 29 Sep 2010 10:41:17 +0000 Subject: [PATCH] 2010-09-29 Sergio Martin * operation/agentes/tactical.php: Allowed to show in process events in tactical view git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3313 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/operation/agentes/tactical.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 59274e8e00..926bdea1e7 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-09-29 Sergio Martin + + * operation/agentes/tactical.php: Allowed to show + in process events in tactical view + 2010-09-29 Sergio Martin * include/functions_events.php: Change to the new status diff --git a/pandora_console/operation/agentes/tactical.php b/pandora_console/operation/agentes/tactical.php index 8fea624a46..436fd83382 100644 --- a/pandora_console/operation/agentes/tactical.php +++ b/pandora_console/operation/agentes/tactical.php @@ -226,7 +226,7 @@ echo '
'; // Last events information // -------------------------------------------------------------------------- -print_events_table ("WHERE estado=0 ", 10, "100%"); +print_events_table ("WHERE estado<>1 ", 10, "100%"); // --------------------------------------------------------------------------