statistics: Args ... forgotten comment again.
parent
7a8399c447
commit
234b91a37b
|
@ -46,7 +46,7 @@ function statistics_json_cron($a,$b) {
|
||||||
$next = $last + (360 * 60);
|
$next = $last + (360 * 60);
|
||||||
if($next > time()) {
|
if($next > time()) {
|
||||||
logger('statistics_json_cron: calculation intervall not reached');
|
logger('statistics_json_cron: calculation intervall not reached');
|
||||||
// return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
logger('statistics_json_cron: cron_start');
|
logger('statistics_json_cron: cron_start');
|
||||||
|
|
Loading…
Reference in New Issue