2010-10-11 Ramon Novoa <rnovoa@artica.es>

* include/fgraph.php: Search history DB if necessary for module charts.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3383 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2010-10-11 12:37:53 +00:00
parent 371776a4b6
commit 0110a44d28
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-11 Ramon Novoa <rnovoa@artica.es>
* include/fgraph.php: Search history DB if necessary for module charts.
2010-10-11 Miguel de Dios <miguel.dedios@artica.es>
* include/config_process.php: fixed the execution in as script.

View File

@ -1349,7 +1349,7 @@ function grafico_modulo_sparse ($agent_module_id, $period, $show_events,
"utimestamp > $datelimit",
"utimestamp < $date",
'order' => 'utimestamp ASC'),
array ('datos', 'utimestamp'));
array ('datos', 'utimestamp'), 'AND', true);
if ($data === false) {
$data = array ();
}