]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
misc daemon updates
[tt-rss.git] / functions.php
index b768d217ddabf8ba0c7bd75361a9c14b4d7d45de..572ecf1058cb974b0466cd5016b627c08bd6054c 100644 (file)
                // Send feed digests by email if needed.
                if (DAEMON_SENDS_DIGESTS) send_headlines_digests($link);
 
-               purge_orphans($link);
-
-               $rc = cleanup_tags($link, 14, 50000);
-
-               if ($debug) _debug("$rc uncached tags cleaned.");
-
        } // function update_daemon_common
 
        function sanitize_article_content($text) {