summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-20 13:37:59 +0100
committerAndrew Dolgov <[email protected]>2009-01-20 13:37:59 +0100
commit0e70ed515b5667ca40805cbbcd33c98dc12f9230 (patch)
tree7aae4e539897a61ae602736f0180fb4468700a78 /functions.php
parent3907ef7111ec9c5ec0e453a3216fdeeed2eb4c26 (diff)
disable purge_feed debugging when called in update_rss_feed
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 565c5d103..428d628d9 100644
--- a/functions.php
+++ b/functions.php
@@ -1432,7 +1432,7 @@
//ccache_update($link, $feed, $owner_uid);
}
- purge_feed($link, $feed, 0, true);
+ purge_feed($link, $feed, 0);
db_query($link, "UPDATE ttrss_feeds
SET last_updated = NOW(), last_error = '' WHERE id = '$feed'");