Statistics: Bugfix for query #181

Merged
annando merged 2 commits from master into master 2014-02-04 07:31:27 +01:00
Showing only changes of commit 4259a45dc4 - Show all commits

View file

@ -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');