From abe9dfbcfcba855e7e0293d68e584f84e85ff646 Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 8 Jan 2009 14:12:00 +0000 Subject: - remove Mail/mimeDecode require()s git-svn-id: https://svn.roundcube.net/trunk@2223 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/get.inc | 2 -- roundcubemail/program/steps/mail/rss.inc | 3 --- 2 files changed, 5 deletions(-) (limited to 'roundcubemail/program/steps') diff --git a/roundcubemail/program/steps/mail/get.inc b/roundcubemail/program/steps/mail/get.inc index a722fcdf8..06e1593aa 100644 --- a/roundcubemail/program/steps/mail/get.inc +++ b/roundcubemail/program/steps/mail/get.inc @@ -19,8 +19,6 @@ */ -require_once('Mail/mimeDecode.php'); - // show loading page if (!empty($_GET['_preload'])) { diff --git a/roundcubemail/program/steps/mail/rss.inc b/roundcubemail/program/steps/mail/rss.inc index 0d7d3c463..72317c68f 100644 --- a/roundcubemail/program/steps/mail/rss.inc +++ b/roundcubemail/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'; -- cgit v1.2.3