Cleaned source code style.

This commit is contained in:
mdtrooper 2015-06-22 17:37:31 +02:00
parent be65df793b
commit b9b24ce873
1 changed files with 2 additions and 1 deletions

View File

@ -500,7 +500,8 @@ function reports_get_report_types ($template = false, $not_editor = false) {
$types['simple_baseline_graph'] = array('optgroup' => __('Graphs'),
'name' => __('Simple baseline graph'));
if ($not_editor == false)
$types['automatic_custom_graph'] = array('optgroup' => __('Graphs'),
$types['automatic_custom_graph'] = array(
'optgroup' => __('Graphs'),
'name' => __('Custom graph'));
$types['custom_graph'] = array('optgroup' => __('Graphs'),
'name' => __('Custom graph'));