fix yet another typo with the 2week catchup thing (closes #737)

This commit is contained in:
Andrew Dolgov 2013-07-22 15:21:30 +04:00
parent 7543f05612
commit 8d47635919
1 changed files with 1 additions and 1 deletions

View File

@ -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 {