2011-06-13 Ramon Novoa <rnovoa@artica.es>

* operation/events/events_list.php: Always show pending events.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4434 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2011-06-13 12:17:28 +00:00
parent 0ef05dff62
commit 74e616e5a8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-06-13 Ramon Novoa <rnovoa@artica.es>
* operation/events/events_list.php: Always show pending events.
2011-06-13 Sergio Martin <sergio.martin@artica.es>
* include/functions_graph.php

View File

@ -128,7 +128,7 @@ if ($id_user_ack != "0")
if ($event_view_hr > 0) {
$unixtime = get_system_time () - ($event_view_hr * 3600); //Put hours in seconds
$sql_post .= " AND utimestamp > ".$unixtime;
$sql_post .= " AND (utimestamp > ".$unixtime . " OR estado = 2)";
}
$url = "index.php?sec=eventos&amp;sec2=operation/events/events&amp;search=" .