summaryrefslogtreecommitdiff
path: root/update_feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-10-03 12:19:09 +0400
committerAndrew Dolgov <[email protected]>2010-10-03 12:19:09 +0400
commita2d799815a95e9c76e81525d1007b38971662e6d (patch)
treefc1c88df1fe08811f08f48faf7202c645bc3e527 /update_feeds.php
parent5ba53dde355add2f6098887611b5d2a7eb32b44b (diff)
remove unnecessary mentions of global_purge_old_posts; add debugging to purge_orphans()
Diffstat (limited to 'update_feeds.php')
-rwxr-xr-xupdate_feeds.php3
1 files changed, 0 insertions, 3 deletions
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);