From e3b42c5a809b57bac99caa48b2fca954b7985cab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 13 Nov 2010 21:03:31 +0300 Subject: misc daemon updates --- functions.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'functions.php') 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) { -- cgit v1.2.3