Some small bugfixes (mostly warnings) and little improvements to the log

This commit is contained in:
Michael Vogel 2014-01-13 01:34:54 +01:00
commit de9a02b9ae
4 changed files with 15 additions and 5 deletions

View file

@ -89,6 +89,9 @@ function poller_run(&$argv, &$argc){
// Check OStatus conversations
check_conversations();
// To-Do: Regenerate usage statistics
// q("ANALYZE TABLE `item`");
// once daily run birthday_updates and then expire in background
$d1 = get_config('system','last_expire_day');