From 2386bc4d00bac9a1ad1ae50380c351f46e4ca5c2 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 2 Jun 2014 17:49:19 -0700 Subject: bring back birthdays --- include/poller.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/poller.php') 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"); -- cgit v1.2.3