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; @@ -79,7 +76,7 @@ // Check if the user wants to override the default sortingmethode if (isset($_GET['_sort'])) list($sort_col, $sort_order) = explode('_', $_GET['_sort']); list($sort_col, $sort_order) = explode('_', get_input_value('_sort', RCUBE_INPUT_GET)); // Add message to output if ($messagecount > 0)