2012-10-04 Ramon Novoa <rnovoa@artica.es>

* include/functions_api.php:  Fixed a typo.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7044 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2012-10-04 10:53:22 +00:00
parent 8578d87032
commit 3e884c74b8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-10-04 Ramon Novoa <rnovoa@artica.es>
* include/functions_api.php: Fixed a typo.
2012-10-04 Ramon Novoa <rnovoa@artica.es> 2012-10-04 Ramon Novoa <rnovoa@artica.es>
* include/functions_html.php, * include/functions_html.php,

View File

@ -5600,7 +5600,7 @@ function api_get_netflow_get_stats ($discard_1, $discard_2, $params) {
$unit = $params['data'][5]; $unit = $params['data'][5];
// Get netflow data // Get netflow data
$data = netflow_get_stats ($start_date, $end_date, $filter, $aggregate, $max_aggregates, $unit); $data = netflow_get_stats ($start_date, $end_date, $filter, $aggregate, $max, $unit);
returnData('json', $data); returnData('json', $data);
return; return;