mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Automatic combined Graphs is displayed on meta TICKETS #3461
This commit is contained in:
parent
36eed630b7
commit
c8e7c3019d
@ -515,7 +515,7 @@ function reports_get_report_types ($template = false, $not_editor = false) {
|
|||||||
'name' => __('SQL horizonal bar graph'));
|
'name' => __('SQL horizonal bar graph'));
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($template && (!defined('METACONSOLE') or $config['experimental_v_word'] == 1)) {
|
if ($template) {
|
||||||
$types['automatic_graph'] = array('optgroup' => __('Graphs'),
|
$types['automatic_graph'] = array('optgroup' => __('Graphs'),
|
||||||
'name' => __('Automatic combined Graph'));
|
'name' => __('Automatic combined Graph'));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user