aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-02 17:49:19 -0700
committerfriendica <info@friendica.com>2014-06-02 17:49:19 -0700
commit2386bc4d00bac9a1ad1ae50380c351f46e4ca5c2 (patch)
tree5edc87644a619013e46a0b055f630e1eef82bb33 /include/poller.php
parent576c36c56fd1e14deb2f1c9072988a45bab355cc (diff)
downloadvolse-hubzilla-2386bc4d00bac9a1ad1ae50380c351f46e4ca5c2.tar.gz
volse-hubzilla-2386bc4d00bac9a1ad1ae50380c351f46e4ca5c2.tar.bz2
volse-hubzilla-2386bc4d00bac9a1ad1ae50380c351f46e4ca5c2.zip
bring back birthdays
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php2
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");