From 17c0eeba6f590865dccd4fdb25b4c14c7c8b8b10 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 25 Sep 2007 05:06:21 +0100 Subject: force DAEMON_REFRESH_ONLY, block synchronous updating --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 116082988..430525754 100644 --- a/functions.php +++ b/functions.php @@ -424,7 +424,7 @@ function update_rss_feed($link, $feed_url, $feed, $ignore_daemon = false) { - if (DAEMON_REFRESH_ONLY && !$_GET["daemon"] && !$ignore_daemon) { + if (!$_GET["daemon"] && !$ignore_daemon) { return; } @@ -2657,7 +2657,7 @@ print ""; print ""; - print ""; + print ""; print ""; -- cgit v1.2.3