]> git.wh0rd.org - tt-rss.git/blobdiff - include/rssfuncs.php
Revert "do automatic gzcdecode on feed data"
[tt-rss.git] / include / rssfuncs.php
index bebc1c1f955a9cdc1f49346781df6ba146a81827..537a4c338c54598bac4f4793a1d03a9c27b2a1e3 100644 (file)
                                }
 
                                if ($debug_enabled) {
+                                       _debug("update_rss_feed: author $entry_author");
                                        _debug("update_rss_feed: num_comments: $num_comments");
                                        _debug("update_rss_feed: looking for tags [1]...");
                                }
                return $params;
        }
 
-       function get_article_filters($filters, $title, $content,  $timestamp, $author, $tags) {
+       function get_article_filters($filters, $title, $content, $link, $timestamp, $author, $tags) {
                $matches = array();
 
                foreach ($filters as $filter) {