diff --git a/include/functions.php b/include/functions.php index f2dd87bd3..ea69b5f38 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1018,7 +1018,7 @@ if (DB_TYPE == "pgsql") { $date_qpart = "date_entered < NOW() - INTERVAL '1 day' "; } else { - $date_qpart = "date_entered < DATE_SUB(NOW(), INTERVAL 1 WEEK) "; + $date_qpart = "date_entered < DATE_SUB(NOW(), INTERVAL 1 DAY) "; } break; case "1week":