Browse Source

fixed a bug in my last bugfix. (:

Luke Ehresman 25 years ago
parent
commit
78a26f4403
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/smtp.php

+ 1 - 1
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