Remove needless code
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 11 Jul 2020 04:14:56 +0000 (04:14 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 11 Jul 2020 04:14:56 +0000 (04:14 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14866 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/attachment_common.php

index dd3ba71857b7e2a86edc05d729272cda41d84926..cdf737e977589fb3abdda4b1691eb9ef1e27adfd 100644 (file)
@@ -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]);
     }