From: kink Date: Wed, 6 Nov 2002 16:50:12 +0000 (+0000) Subject: Remove weird duplicate X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b88babda0872ae8e0f3eef99e628896196c1887f;p=squirrelmail.git Remove weird duplicate git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4117 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/redirect.php b/src/redirect.php index bcc939e2..8ca31543 100644 --- a/src/redirect.php +++ b/src/redirect.php @@ -129,10 +129,6 @@ sqsession_register($attachment_common_types_parsed, 'attachment_common_types_par $debug = false; -if (isset($_SERVER['HTTP_ACCEPT']) && - !isset($attachment_common_types_parsed[$_SERVER['HTTP_ACCEPT']])) { - attachment_common_parse($_SERVER['HTTP_ACCEPT'], $debug); -} if (isset($_SERVER['HTTP_ACCEPT']) && !isset($attachment_common_types_parsed[$_SERVER['HTTP_ACCEPT']])) { attachment_common_parse($_SERVER['HTTP_ACCEPT'], $debug);