]> git.mjollnir.org Git - moodle.git/commitdiff
I couldn't find a way to do this so I added this file. When an RSS feed fails to...
authordhawes <dhawes>
Wed, 19 Jan 2005 23:55:25 +0000 (23:55 +0000)
committerdhawes <dhawes>
Wed, 19 Jan 2005 23:55:25 +0000 (23:55 +0000)
blocks/rss_client/block_rss_client_error.php [new file with mode: 0644]

diff --git a/blocks/rss_client/block_rss_client_error.php b/blocks/rss_client/block_rss_client_error.php
new file mode 100644 (file)
index 0000000..67125c8
--- /dev/null
@@ -0,0 +1,15 @@
+<?php //$Id$
+
+    require_once('../../config.php');
+    global $USER, $CFG;
+    
+    require_variable($error);
+    
+    print_header(get_string('error'), 
+                 get_string('error'), 
+                 get_string('error') );
+
+    print urldecode($error);
+
+    print_footer();
+?>