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:
parent
371776a4b6
commit
0110a44d28
|
@ -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.
|
||||
|
|
|
@ -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 ();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue