From 99c19e1dcb31886e8003a0bd14416ca91491f61e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 10 Mar 2014 02:19:26 +0400 Subject: [PATCH] start_ts for feeds: use date_entered for consistency --- include/functions2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions2.php b/include/functions2.php index 0c7a9c05..7c35b22c 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -700,7 +700,7 @@ if ($start_ts) { $start_ts_formatted = date("Y/m/d H:i:s", strtotime($start_ts)); - $start_ts_query_part = "updated >= '$start_ts_formatted' AND"; + $start_ts_query_part = "date_entered >= '$start_ts_formatted' AND"; } else { $start_ts_query_part = ""; } -- 2.39.2