fixed a bug in my last bugfix. (:
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 10 Mar 2000 00:27:33 +0000 (00:27 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 10 Mar 2000 00:27:33 +0000 (00:27 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@297 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/smtp.php

index e12b9914430a88ab50f9ac2a91f98e7468f8cf9d..89a52b1289f16d65b3244cbea92e3be20de0d04a 100644 (file)
         fputs ($fp, "\n--".mimeBoundary()."--\n");
      } else {
        fputs ($fp, stripslashes($body) . "\n");
-       fputs ($fp, "\n");
      }
+     fputs ($fp, "\n");
    }
 
    // Send mail using the sendmail command