فهرست منبع

fixed the apostrophe problem (again) (:

Luke Ehresman 25 سال پیش
والد
کامیت
355623ec79
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      functions/smtp.php

+ 1 - 1
functions/smtp.php

@@ -89,7 +89,7 @@
       if ($reply_to != "")
          fputs($smtpConnection, "Reply-To: $reply_to\n");
 
-
+      $body = stripslashes($body);
       fputs($smtpConnection, "$body\n"); // send the body of the message
 
       fputs($smtpConnection, ".\n"); // end the DATA part