2010-09-29 Sergio Martin <sergio.martin@artica.es>

*  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
This commit is contained in:
zarzuelo 2010-09-29 10:41:17 +00:00
parent d42205f3e3
commit afae8a8abe
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-09-29 Sergio Martin <sergio.martin@artica.es>
* operation/agentes/tactical.php: Allowed to show
in process events in tactical view
2010-09-29 Sergio Martin <sergio.martin@artica.es>
* include/functions_events.php: Change to the new status

View File

@ -226,7 +226,7 @@ echo '<div style="width: 75%; float:left;" id="rightcolumn">';
// Last events information
// --------------------------------------------------------------------------
print_events_table ("WHERE estado=0 ", 10, "100%");
print_events_table ("WHERE estado<>1 ", 10, "100%");
// --------------------------------------------------------------------------