mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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'],
|
$config['font_size'],
|
||||||
"",
|
"",
|
||||||
$ttl,
|
$ttl,
|
||||||
$config['homeurl'],
|
$homeurl,
|
||||||
"white",
|
"white",
|
||||||
false,
|
false,
|
||||||
false,
|
false,
|
||||||
@ -4010,7 +4010,7 @@ function graph_custom_sql_graph ($id, $width, $height,
|
|||||||
$config['font_size'],
|
$config['font_size'],
|
||||||
false,
|
false,
|
||||||
$ttl,
|
$ttl,
|
||||||
$config['homeurl'],
|
$homeurl,
|
||||||
'white',
|
'white',
|
||||||
'black'
|
'black'
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user