Merge branch 'ent-2102-graph-error' into 'develop'
Ent 2102 - Error SQL Graphs meta See merge request artica/pandorafms!1416
This commit is contained in:
commit
d0458e0194
|
@ -3986,7 +3986,7 @@ function graph_custom_sql_graph ($id, $width, $height,
|
|||
$config['font_size'],
|
||||
"",
|
||||
$ttl,
|
||||
$config['homeurl'],
|
||||
$homeurl,
|
||||
"white",
|
||||
false,
|
||||
false,
|
||||
|
@ -4010,7 +4010,7 @@ function graph_custom_sql_graph ($id, $width, $height,
|
|||
$config['font_size'],
|
||||
false,
|
||||
$ttl,
|
||||
$config['homeurl'],
|
||||
$homeurl,
|
||||
'white',
|
||||
'black'
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue