Changeset 9aab5e5 in github
- Timestamp:
- Nov 3, 2011 1:51:54 PM (19 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 179b39d
- Parents:
- 6ac6be5
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r6ac6be5 r9aab5e5 2 2 =========================== 3 3 4 - Fix redundant line break in flowed format (#1488146) 4 5 - TinyMCE: 5 6 - updated to 3.4.6 -
program/steps/mail/func.inc
r335b042 r9aab5e5 767 767 // previous line is flowed? 768 768 if (isset($body[$last]) && $body[$n] 769 && $last != $last_sig769 && $last !== $last_sig 770 770 && $body[$last][strlen($body[$last])-1] == ' ' 771 771 ) {
Note: See TracChangeset
for help on using the changeset viewer.
