2012-10-29 Ramon Novoa <rnovoa@artica.es>
* include/functions_graph.php: Fixed a path. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7105 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
58cbf1a6a0
commit
ca6a2a1ff0
|
@ -1,3 +1,7 @@
|
|||
2012-10-29 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* include/functions_graph.php: Fixed a path.
|
||||
|
||||
2012-10-29 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/help/en/help_alert_fields_description.php
|
||||
|
|
|
@ -2817,7 +2817,7 @@ function graph_netflow_aggregate_pie ($data, $aggregate, $ttl = 1, $only_image =
|
|||
}
|
||||
|
||||
return pie3d_graph($flash_chart, $values, 320, 200,
|
||||
__('Other'), '', $config['homedir'] . "/images/logo_vertical_water.png",
|
||||
__('Other'), $config['homeurl'], $config['homedir'] . "/images/logo_vertical_water.png",
|
||||
$config['fontpath'], $config['font_size'], $ttl);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue