From b9b24ce873e231cca26dd026c94b70c330e1d0f5 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 22 Jun 2015 17:37:31 +0200 Subject: [PATCH] Cleaned source code style. --- pandora_console/include/functions_reports.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/functions_reports.php b/pandora_console/include/functions_reports.php index 5b54f46db2..0100bde207 100755 --- a/pandora_console/include/functions_reports.php +++ b/pandora_console/include/functions_reports.php @@ -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'));