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:
parent
0ef05dff62
commit
74e616e5a8
|
@ -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
|
||||
|
|
|
@ -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&sec2=operation/events/events&search=" .
|
||||
|
|
Loading…
Reference in New Issue