From 53195528a1c0ff5b899264de3a566c64c812609f Mon Sep 17 00:00:00 2001 From: dhawes Date: Thu, 20 Jan 2005 00:10:23 +0000 Subject: [PATCH] minor tweak to error output text --- rss/rsslib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss/rsslib.php b/rss/rsslib.php index a221921e94..82e35ba0d4 100644 --- a/rss/rsslib.php +++ b/rss/rsslib.php @@ -349,7 +349,7 @@ function rss_get_feed($rssid, $url, $type) { $writetofile = false; $errorstring = ''; - $urlfailurestring = '

Failed to open remote news feed at: ' . $url .'

To troubleshoot this problem please ensure that the setting allow_url_fopen is On in the php.ini. For more details on why this setting is needed for this file wrapper call to work please refer to http://us2.php.net/filesystem'; + $urlfailurestring = '

Failed to open remote news feed at: ' . $url .'

'; $filefailurestring = 'Could not open the file located at: '; $secs = $CFG->block_rss_timeout * 60; -- 2.39.5