From 234b91a37b624f2e86284390274bc799abd2c5ef Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Thu, 6 Feb 2014 00:25:55 +0100 Subject: [PATCH] statistics: Args ... forgotten comment again. --- statistics_json/statistics_json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistics_json/statistics_json.php b/statistics_json/statistics_json.php index 6861b130b..1fe96f515 100644 --- a/statistics_json/statistics_json.php +++ b/statistics_json/statistics_json.php @@ -46,7 +46,7 @@ function statistics_json_cron($a,$b) { $next = $last + (360 * 60); if($next > time()) { logger('statistics_json_cron: calculation intervall not reached'); -// return; + return; } } logger('statistics_json_cron: cron_start');