From: Michael Vogel Date: Mon, 3 Feb 2014 21:40:09 +0000 (+0100) Subject: statistics: comment removed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4259a45dc43d72385583004947017c1cfb6a0ba6;p=friendica-addons.git statistics: comment removed --- diff --git a/statistics_json/statistics_json.php b/statistics_json/statistics_json.php index e29d7422..526c5224 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 + (180 * 60); if($next > time()) { logger('statistics_json_cron: calculation intervall not reached'); - // return; + return; } } logger('statistics_json_cron: cron_start');