2012-06-14 Ramon Novoa <rnovoa@artica.es>
* include/functions_graph.php: Merged from 4.0 branch. Added history database support to combined graphs. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6545 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5bc0b9947f
commit
4948486eff
|
@ -1,3 +1,8 @@
|
||||||
|
2012-06-14 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* include/functions_graph.php: Merged from 4.0 branch. Added history
|
||||||
|
database support to combined graphs.
|
||||||
|
|
||||||
2012-06-13 Miguel de Dios <miguel.dedios@artica.es>
|
2012-06-13 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_config.php, include/functions_ui.php,
|
* include/functions_config.php, include/functions_ui.php,
|
||||||
|
|
|
@ -582,7 +582,7 @@ function graphic_combined_module ($module_list, $weight_list, $period, $width, $
|
||||||
"utimestamp > $datelimit",
|
"utimestamp > $datelimit",
|
||||||
"utimestamp < $date",
|
"utimestamp < $date",
|
||||||
'order' => 'utimestamp ASC'),
|
'order' => 'utimestamp ASC'),
|
||||||
array ('datos', 'utimestamp'));
|
array ('datos', 'utimestamp'), 'AND', true);
|
||||||
if ($data === false) {
|
if ($data === false) {
|
||||||
$data = array ();
|
$data = array ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue