Browse Source

fixed a bug in my last bugfix. (:

Luke Ehresman 25 năm trước cách đây
mục cha
commit
78a26f4403
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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