diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-13 21:03:31 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2010-11-13 21:03:31 +0300 |
| commit | e3b42c5a809b57bac99caa48b2fca954b7985cab (patch) | |
| tree | 59eeb8314ff7f0caeca6938fc3187db9a6b74f25 /functions.php | |
| parent | 0526ffdd4c5571533f1612a76cbc9acf0bb257cd (diff) | |
misc daemon updates
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/functions.php b/functions.php index b768d217d..572ecf105 100644 --- a/functions.php +++ b/functions.php @@ -5798,12 +5798,6 @@ // 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) { |