diff options
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/poller.php b/include/poller.php index 35844e666..926deeb47 100644 --- a/include/poller.php +++ b/include/poller.php @@ -123,6 +123,8 @@ function poller_run($argv, $argc){ } + update_birthdays(); + // expire any read notifications over a month old q("delete from notify where seen = 1 and date < UTC_TIMESTAMP() - INTERVAL 30 DAY"); |