get rid of really old poco records once weekly

This commit is contained in:
friendica
2015-01-20 14:04:44 -08:00
parent 9d5e972013
commit 7875b79f2f
3 changed files with 10 additions and 1 deletions

View File

@@ -215,6 +215,8 @@ function poco_load($xchan = '',$url = null) {
dbesc($xchan),
db_utcnow(), db_quoteinterval('2 DAY')
);
}