From 3ad5aa855ca40e89941cd00090f6005ddbf6f96e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 Aug 2005 07:46:25 +0100 Subject: disable error reporting on fetch_rss --- functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 36f191e83..d2cb65d2c 100644 --- a/functions.php +++ b/functions.php @@ -29,7 +29,9 @@ function update_rss_feed($link, $feed_url, $feed) { + error_reporting(0); $rss = fetch_rss($feed_url); + error_reporting (E_ERROR | E_WARNING | E_PARSE); $num_unread = 0; -- cgit v1.2.3