Remove weird duplicate
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Nov 2002 16:50:12 +0000 (16:50 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 6 Nov 2002 16:50:12 +0000 (16:50 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4117 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/redirect.php

index bcc939e256a8bc5b37648b4e6112973abcc992db..8ca31543df2d35a8fc0412d82138b6589a4f00eb 100644 (file)
@@ -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);