mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:55:56 +00:00
fix 2week catchup parameter
This commit is contained in:
@@ -1059,7 +1059,7 @@
|
|||||||
$date_qpart = "date_entered < DATE_SUB(NOW(), INTERVAL 1 WEEK) ";
|
$date_qpart = "date_entered < DATE_SUB(NOW(), INTERVAL 1 WEEK) ";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "2weeks":
|
case "2week":
|
||||||
if (DB_TYPE == "pgsql") {
|
if (DB_TYPE == "pgsql") {
|
||||||
$date_qpart = "date_entered < NOW() - INTERVAL '2 week' ";
|
$date_qpart = "date_entered < NOW() - INTERVAL '2 week' ";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user