diff options
author | friendica <info@friendica.com> | 2014-10-03 03:35:50 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-03 03:35:50 -0700 |
commit | 328d72971d6cb73176f17c3403ddfb150ae217c3 (patch) | |
tree | b23db2b8c6bf6b97417c5b2ee68469a7833b60d0 /include/poller.php | |
parent | 2bd4b362389aafc9d98f47f44672fc874d37e17a (diff) | |
parent | dfd39ebb3cccfdce8fb6d58128279cac05cbb8e4 (diff) | |
download | volse-hubzilla-328d72971d6cb73176f17c3403ddfb150ae217c3.tar.gz volse-hubzilla-328d72971d6cb73176f17c3403ddfb150ae217c3.tar.bz2 volse-hubzilla-328d72971d6cb73176f17c3403ddfb150ae217c3.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/poller.php b/include/poller.php index f689059b9..2febaeb32 100644 --- a/include/poller.php +++ b/include/poller.php @@ -149,6 +149,13 @@ function poller_run($argv, $argc){ update_birthdays(); + //update statistics in config + require_once('include/statistics_fns.php'); + update_channels_total_stat(); + update_channels_active_halfyear_stat(); + update_channels_active_monthly_stat(); + update_local_posts_stat(); + // expire any read notifications over a month old q("delete from notify where seen = 1 and date < UTC_TIMESTAMP() - INTERVAL 30 DAY"); |