first cut at merging files and photos, not yet well integrated but they are integrated

This commit is contained in:
redmatrix
2015-06-14 16:50:24 -07:00
parent 23f7f60bf7
commit 9642728e7d
3 changed files with 34 additions and 23 deletions

View File

@@ -13,7 +13,6 @@ function expire_run($argv, $argc){
// perform final cleanup on previously delete items
$r = q("select id from item where item_deleted = 1 and item_pending_remove = 0 and changed < %s - INTERVAL %s",
intval(ITEM_PENDING_REMOVE),
db_utcnow(), db_quoteinterval('10 DAY')
);
if ($r) {