Update DBClean.php
This commit is contained in:
parent
ab056f9ee5
commit
cfe035f300
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ class DBClean {
|
||||||
Config::set('system', 'dbclean-last-id-9', $last_id);
|
Config::set('system', 'dbclean-last-id-9', $last_id);
|
||||||
} elseif ($stage == 10) {
|
} elseif ($stage == 10) {
|
||||||
$last_id = Config::get('system', 'dbclean-last-id-10', 0);
|
$last_id = Config::get('system', 'dbclean-last-id-10', 0);
|
||||||
$days = Config::get('system', 'dbclean-expire-conversation', 7);
|
$days = Config::get('system', 'dbclean_expire_conversation', 7);
|
||||||
|
|
||||||
logger("Deleting old conversations. Last created: ".$last_id);
|
logger("Deleting old conversations. Last created: ".$last_id);
|
||||||
$r = dba::p("SELECT `received`, `item-uri` FROM `conversation`
|
$r = dba::p("SELECT `received`, `item-uri` FROM `conversation`
|
||||||
|
|
Loading…
Reference in a new issue