From 3f5c90b3c65ca0045b7f9adf947cbf3f71559cc8 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 11 Jul 2020 04:14:56 +0000 Subject: [PATCH] Remove needless code git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14866 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/attachment_common.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/attachment_common.php b/functions/attachment_common.php index dd3ba718..cdf737e9 100644 --- a/functions/attachment_common.php +++ b/functions/attachment_common.php @@ -269,7 +269,6 @@ function attachment_common_octet_stream(&$Args) { $Ext = ''; if (is_array($Regs) && isset($Regs[1])) { - $Ext = $Regs[1]; $Ext = strtolower($Regs[1]); } -- 2.25.1