resolve merge conflict

This commit is contained in:
Max Kostikov
2019-11-25 21:50:02 +01:00
committed by Mario
parent 004861fbb7
commit 63aa3948e5
3 changed files with 10 additions and 9 deletions

View File

@@ -44,6 +44,11 @@ class Cron_daily {
db_utcnow(), db_quoteinterval('1 YEAR')
);
// Clean up emdedded content cache
q("DELETE FROM cache WHERE updated < %s - INTERVAL %s",
db_utcnow(),
db_quoteinterval(get_config('system','active_expire_days', '30') . ' DAY')
);
//update statistics in config
require_once('include/statistics_fns.php');