From a2d799815a95e9c76e81525d1007b38971662e6d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 3 Oct 2010 12:19:09 +0400 Subject: remove unnecessary mentions of global_purge_old_posts; add debugging to purge_orphans() --- update_feeds.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'update_feeds.php') diff --git a/update_feeds.php b/update_feeds.php index 0d93358e5..6a4aa2a1b 100755 --- a/update_feeds.php +++ b/update_feeds.php @@ -34,9 +34,6 @@ init_connection($link); - // Purge all posts (random 30 feeds) - //global_purge_old_posts($link, true, 30); - // Update all feeds needing a update. update_daemon_common($link); -- cgit v1.2.3-54-g00ecf