From 537eca400071c109df225440eb38957a7e335dbe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 18 Dec 2013 14:22:24 +0400 Subject: [PATCH] rssfuncs: fix typo --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rssfuncs.php b/include/rssfuncs.php index 92bd9f03..dc0d6b02 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -79,7 +79,7 @@ $login_thresh_qpart = ""; } - // Test if the feed need a update (update interval exceded). + // Test if the feed need a update (update interval exceeded). if (DB_TYPE == "pgsql") { $update_limit_qpart = "AND (( ttrss_feeds.update_interval = 0 -- 2.39.2