]> git.wh0rd.org - tt-rss.git/commitdiff
daemon: do not show feed urls twice
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 29 Mar 2013 10:32:11 +0000 (14:32 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Fri, 29 Mar 2013 10:32:11 +0000 (14:32 +0400)
include/rssfuncs.php

index d9a907c1840eea880b6cd64331b9e74cc922a37d..e82e94b099f1d99ed665df7acd27a3c0e94a1e73 100644 (file)
 
                        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);
                                }
                        }