From 8d476359199e063a4e9ca29608f9d0dcb99d96f9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 22 Jul 2013 15:21:30 +0400 Subject: fix yet another typo with the 2week catchup thing (closes #737) --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 238c017c5..ef5905fe2 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1062,7 +1062,7 @@ $date_qpart = "date_entered < DATE_SUB(NOW(), INTERVAL 1 WEEK) "; } break; - case "2weeks": + case "2week": if (DB_TYPE == "pgsql") { $date_qpart = "date_entered < NOW() - INTERVAL '2 week' "; } else { -- cgit v1.2.3