소스 검색

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");
      } else {
        fputs ($fp, stripslashes($body) . "\n");
-       fputs ($fp, "\n");
      }
+     fputs ($fp, "\n");
    }
 
    // Send mail using the sendmail command