From b89cecd0bc27861fe89413d933a3b5941babe723 Mon Sep 17 00:00:00 2001 From: flashwave Date: Wed, 31 Oct 2018 09:21:08 +0100 Subject: [PATCH] Fixed naming error in cron tasks. --- misuzu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misuzu.php b/misuzu.php index 27ea5cab..e4682e56 100644 --- a/misuzu.php +++ b/misuzu.php @@ -130,7 +130,7 @@ if (PHP_SAPI === 'cli') { // Deletes expired sessions db_exec(' DELETE FROM `msz_sessions` - WHERE `expires_on` < NOW() + WHERE `session_expires` < NOW() '); // Remove old password reset records, left for a week for possible review