mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 07:11:29 +00:00
daemon: do not show feed urls twice
This commit is contained in:
@@ -165,7 +165,7 @@
|
|||||||
|
|
||||||
if (db_num_rows($tmp_result) > 0) {
|
if (db_num_rows($tmp_result) > 0) {
|
||||||
while ($tline = db_fetch_assoc($tmp_result)) {
|
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);
|
update_rss_feed($link, $tline["id"], true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user