daemon: do not show feed urls twice
This commit is contained in:
parent
05e1e0ff20
commit
32b05702ff
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue