mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2012-02-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/functions_graph.php: Added call to fs_error_image function when there is no data in a sparse graph. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5648 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5bfbd5690c
commit
314e558988
@ -1,3 +1,8 @@
|
|||||||
|
2012-02-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
|
* include/functions_graph.php: Added call to fs_error_image function
|
||||||
|
when there is no data in a sparse graph.
|
||||||
|
|
||||||
2012-02-27 Vanessa Gil <vanessa.gil@artica.es>
|
2012-02-27 Vanessa Gil <vanessa.gil@artica.es>
|
||||||
|
|
||||||
* pandoradb.sql
|
* pandoradb.sql
|
||||||
|
@ -112,7 +112,7 @@ function grafico_modulo_sparse ($agent_module_id, $period, $show_events,
|
|||||||
if (count ($data) < $min_necessary) {
|
if (count ($data) < $min_necessary) {
|
||||||
if (!$graphic_type) {
|
if (!$graphic_type) {
|
||||||
if (!$projection){
|
if (!$projection){
|
||||||
return false;
|
return fs_error_image ();
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
return fs_error_image ();
|
return fs_error_image ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user