From 32b05702ff2245d8455c49c6b3e86405d496f881 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Mar 2013 14:32:11 +0400 Subject: daemon: do not show feed urls twice --- include/rssfuncs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/rssfuncs.php b/include/rssfuncs.php index d9a907c18..e82e94b09 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -165,7 +165,7 @@ if (db_num_rows($tmp_result) > 0) { while ($tline = db_fetch_assoc($tmp_result)) { - if($debug) _debug(" => " . $tline["feed_url"] . ", " . $tline["last_updated"] . ", " . $tline["id"]); + if($debug) _debug(" => " . $tline["last_updated"] . ", " . $tline["id"]); update_rss_feed($link, $tline["id"], true); } } -- cgit v1.2.3