aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-28 19:28:33 -0800
committerfriendica <info@friendica.com>2011-11-28 19:28:33 -0800
commit034038849cfa710f8b65bc5ab0121cc4865b8b28 (patch)
tree44e435ea879a27f024863ef6af1a81f25c78e8b9 /include/poller.php
parentf4e1135f7962ae06dc529b8d3b9c2f029baa3a73 (diff)
downloadvolse-hubzilla-034038849cfa710f8b65bc5ab0121cc4865b8b28.tar.gz
volse-hubzilla-034038849cfa710f8b65bc5ab0121cc4865b8b28.tar.bz2
volse-hubzilla-034038849cfa710f8b65bc5ab0121cc4865b8b28.zip
mysql error report fix (no mysqli), suggested friends for new members settings
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 d9e5282f2..d568bbd03 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -60,6 +60,8 @@ function poller_run($argv, $argc){
update_contact_birthdays();
+ update_suggestions();
+
set_config('system','last_expire_day',$d2);
proc_run('php','include/expire.php');
}