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:
juanmanuelr 2011-04-20 11:51:07 +00:00
parent aa46a12de4
commit eb3cf0e423
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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,