summaryrefslogtreecommitdiff
path: root/program/steps/mail/rss.inc
diff options
context:
space:
mode:
Diffstat (limited to 'program/steps/mail/rss.inc')
-rw-r--r--program/steps/mail/rss.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/program/steps/mail/rss.inc b/program/steps/mail/rss.inc
index 0d7d3c463..72317c68f 100644
--- a/program/steps/mail/rss.inc
+++ b/program/steps/mail/rss.inc
@@ -19,8 +19,6 @@
*/
-require_once('Mail/mimeDecode.php');
-
function rss_encode($string){
$string = rep_specialchars_output($string, 'xml');
@@ -28,7 +26,6 @@ function rss_encode($string){
}
-
$REMOTE_REQUEST = TRUE;
$OUTPUT_TYPE = 'rss';