mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 07:51:28 +00:00
catchup_feed: fix 1day on mysql
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user