This commit has been accessed 644 times via Git panel.
commit 5a5d1951cecfd4946391b5942b070aca9c30e2ed
tree 0502d01de186541ec8e3495fa9b822d368abf0f2
parent 613cdf3af174bea346b01ac5582ccf195016dde6
author Engels Antonio <engels@majcms.org> 1310631448 +0800
committer Engels Antonio <engels@majcms.org> 1310631448 +0800
Re-enable wordwrap in send.php
diff --git a/send.php b/send.php
index 3bff179..7357850 100644
--- a/send.php
+++ b/send.php
@@ -33,9 +33,9 @@ if (isset($_POST['msg']) and !empty($_POST['msg']) and is_numeric($_POST['msg'])
$reply_quote = trim(get_part($mbox, $msgno, "TEXT/PLAIN"));
- //if ($_POST['rep'] != 2) {
- // $reply_quote = wordwrap($reply_quote,75,"\r\n");
- //}
+ if ($_POST['rep'] != 2) {
+ $reply_quote = wordwrap($reply_quote,75,"\r\n");
+ }
$reply_quote_lines = explode("\n",$reply_quote);
tree 0502d01de186541ec8e3495fa9b822d368abf0f2
parent 613cdf3af174bea346b01ac5582ccf195016dde6
author Engels Antonio <engels@majcms.org> 1310631448 +0800
committer Engels Antonio <engels@majcms.org> 1310631448 +0800
Re-enable wordwrap in send.php
diff --git a/send.php b/send.php
index 3bff179..7357850 100644
--- a/send.php
+++ b/send.php
@@ -33,9 +33,9 @@ if (isset($_POST['msg']) and !empty($_POST['msg']) and is_numeric($_POST['msg'])
$reply_quote = trim(get_part($mbox, $msgno, "TEXT/PLAIN"));
- //if ($_POST['rep'] != 2) {
- // $reply_quote = wordwrap($reply_quote,75,"\r\n");
- //}
+ if ($_POST['rep'] != 2) {
+ $reply_quote = wordwrap($reply_quote,75,"\r\n");
+ }
$reply_quote_lines = explode("\n",$reply_quote);