From 30e08236ddb1e3bdf0d044485ce42cbb9d90a0fb Mon Sep 17 00:00:00 2001 From: ullgren Date: Wed, 10 Apr 2002 19:36:58 +0000 Subject: [PATCH] Fixes bug #537662 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2706 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/smtp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/smtp.php b/functions/smtp.php index 122ab7e4..00f3bcee 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -149,7 +149,7 @@ function attachFiles ($fp, $session) { $header .= "Content-Disposition: attachment; filename=\"" . $info['remotefilename'] . "\"$rn"; } else { - $header .= "Content-Type: $filetype;$rn"; + $header .= "Content-Type: $filetype$rn"; } -- 2.25.1