X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fmime.php;h=6112e3c67c6fb6f1afef378989dde3818d01f305;hb=ebd2391cb0c5e3049870f90fa8a8b28707e9571a;hp=11c9f4cfaad3a37e3fe30987624a6becd2e83213;hpb=e11159795f02a528915f2a4b85ac083809298da2;p=squirrelmail.git diff --git a/functions/mime.php b/functions/mime.php index 11c9f4cf..6112e3c6 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -60,12 +60,11 @@ function mime_structure ($bodystructure, $flags=array()) { if (!is_object($msg)) { global $color, $mailbox; - /* removed urldecode because $_GET is auto urldecoded ??? */ displayPageHeader( $color, $mailbox ); $errormessage = _("SquirrelMail could not decode the bodystructure of the message"); $errormessage .= '
'._("The bodystructure provided by your IMAP server:").'

'; $errormessage .= '
' . htmlspecialchars($read) . '
'; - plain_error_message( $errormessage, $color ); + plain_error_message( $errormessage ); echo ''; exit; } @@ -1906,7 +1905,6 @@ function sq_fix_url($attname, &$attvalue, $message, $id, $mailbox,$sQuote = '"') * @return a string with edited content. */ function sq_fixstyle($body, $pos, $message, $id, $mailbox){ - global $view_unsafe_images; $me = 'sq_fixstyle'; // workaround for in between comments $iCurrentPos = $pos;