From 1da6d3710b5c65b7166d7a33c0a114dbac327537 Mon Sep 17 00:00:00 2001 From: fermin831 Date: Wed, 20 Mar 2019 18:26:27 +0100 Subject: [PATCH] Minor style fix Former-commit-id: f730c6b8d4517b750a50ce73d1f940e0110a5f76 --- pandora_console/include/functions_netflow.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pandora_console/include/functions_netflow.php b/pandora_console/include/functions_netflow.php index cccc69e341..aa696054e8 100644 --- a/pandora_console/include/functions_netflow.php +++ b/pandora_console/include/functions_netflow.php @@ -299,10 +299,7 @@ function netflow_data_table($data, $start_date, $end_date, $aggregate) $table->data[$i][1] = network_format_bytes($value['data']); $i++; } - } - - // Aggregates. - else { + } else { $i = 0; foreach ($data['data'] as $timestamp => $values) { $table->data[$i][0] = date($time_format, $timestamp); @@ -1647,7 +1644,7 @@ function netflow_get_resolution_name($value) /** * Report formatted subtitle. * - * @param string $aggreagate Aggregate by param. + * @param string $aggregate Aggregate by param. * @param string $resolution Netfow live view resolution. * @param string $type Type of view. *