From ca92c4968ff8c2f74326c433db3944cec14fa6e3 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Fri, 10 Mar 2000 00:27:33 +0000 Subject: [PATCH] fixed a bug in my last bugfix. (: git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@297 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 e12b9914..89a52b12 100644 --- a/functions/smtp.php +++ b/functions/smtp.php @@ -158,8 +158,8 @@ fputs ($fp, "\n--".mimeBoundary()."--\n"); } else { fputs ($fp, stripslashes($body) . "\n"); - fputs ($fp, "\n"); } + fputs ($fp, "\n"); } // Send mail using the sendmail command -- 2.25.1