2011-04-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_graph.php: Fixed some mistakes of my last commit. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4265 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
aa46a12de4
commit
eb3cf0e423
|
@ -1,3 +1,7 @@
|
|||
2011-04-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_graph.php: Fixed some mistakes of my last commit.
|
||||
|
||||
2011-04-20 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_events.php
|
||||
|
|
|
@ -1366,7 +1366,7 @@ function graphic_agentevents2 ($id_agent, $width, $height, $period = 0) {
|
|||
}
|
||||
|
||||
$top = $datelimit + ($periodtime * ($i + 1));
|
||||
$criticity = (int) get_db_value_filter ('criticity',
|
||||
$criticity = (int) db_get_value_filter ('criticity',
|
||||
'tevento',
|
||||
array ('id_agente' => $id_agent,
|
||||
'utimestamp > '.$bottom,
|
||||
|
|
Loading…
Reference in New Issue