From: Michael Vogel Date: Wed, 5 Feb 2014 23:25:55 +0000 (+0100) Subject: statistics: Args ... forgotten comment again. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=234b91a37b624f2e86284390274bc799abd2c5ef;p=friendica-addons.git statistics: Args ... forgotten comment again. --- diff --git a/statistics_json/statistics_json.php b/statistics_json/statistics_json.php index 6861b130..1fe96f51 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');