Przeglądaj źródła

fixed a bug in my last bugfix. (:

Luke Ehresman 25 lat temu
rodzic
commit
78a26f4403
1 zmienionych plików z 1 dodań i 1 usunięć
  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