Fixed naming error in cron tasks.
This commit is contained in:
parent
3328ef48bf
commit
b89cecd0bc
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ if (PHP_SAPI === 'cli') {
|
||||||
// Deletes expired sessions
|
// Deletes expired sessions
|
||||||
db_exec('
|
db_exec('
|
||||||
DELETE FROM `msz_sessions`
|
DELETE FROM `msz_sessions`
|
||||||
WHERE `expires_on` < NOW()
|
WHERE `session_expires` < NOW()
|
||||||
');
|
');
|
||||||
|
|
||||||
// Remove old password reset records, left for a week for possible review
|
// Remove old password reset records, left for a week for possible review
|
||||||
|
|
Loading…
Add table
Reference in a new issue