add age to directory profile - requires updating on each birthday and that part is still missing

This commit is contained in:
friendica
2013-06-30 00:38:02 -07:00
parent 29502438f8
commit 72f6edd595
8 changed files with 22 additions and 3 deletions

View File

@@ -63,6 +63,9 @@ function poller_run($argv, $argc){
// once daily run birthday_updates and then expire in background
// FIXME: add birthday updates, both locally and for xprof for use
// by directory servers
$d1 = get_config('system','last_expire_day');
$d2 = intval(datetime_convert('UTC','UTC','now','d'));