alecpl
2009-01-08 b7a754c44e5cd5b9b4126145e33f2bdaa149ebbb
- remove Mail/mimeDecode require()s


2 files modified
5 ■■■■■ changed files
program/steps/mail/get.inc 2 ●●●●● patch | view | raw | blame | history
program/steps/mail/rss.inc 3 ●●●●● patch | view | raw | blame | history
program/steps/mail/get.inc
@@ -19,8 +19,6 @@
*/
require_once('Mail/mimeDecode.php');
// show loading page
if (!empty($_GET['_preload'])) {
program/steps/mail/rss.inc
@@ -19,14 +19,11 @@
*/
require_once('Mail/mimeDecode.php');
function rss_encode($string){
    $string = rep_specialchars_output($string, 'xml');
    return $string;
}
$REMOTE_REQUEST = TRUE;