瀏覽代碼

fixed a bug in my last bugfix. (:

Luke Ehresman 25 年之前
父節點
當前提交
78a26f4403
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -158,8 +158,8 @@
         fputs ($fp, "\n--".mimeBoundary()."--\n");
         fputs ($fp, "\n--".mimeBoundary()."--\n");
      } else {
      } else {
        fputs ($fp, stripslashes($body) . "\n");
        fputs ($fp, stripslashes($body) . "\n");
-       fputs ($fp, "\n");
      }
      }
+     fputs ($fp, "\n");
    }
    }
 
 
    // Send mail using the sendmail command
    // Send mail using the sendmail command