diff options
| author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-05-21 05:29:05 +0000 |
|---|---|---|
| committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-05-21 05:29:05 +0000 |
| commit | 982e08ff3d3aa47e97591d8be0a911aa4391c4fd (patch) | |
| tree | 7e6ba4ad9d32e0c23f14f7e00dae0cb62c509089 /mail/squirrelmail/files/patch-class__deliver__Deliver.class.php | |
| parent | HTML::Shakan is yet another form generator. (diff) | |
- Fix Deliver.class.php patch
- Bump PORTREVISION
Submitted by: Marcin Gryszkalis <mg fork.pl> via private email
Notes
Notes:
svn path=/head/; revision=234316
Diffstat (limited to 'mail/squirrelmail/files/patch-class__deliver__Deliver.class.php')
| -rw-r--r-- | mail/squirrelmail/files/patch-class__deliver__Deliver.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php b/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php index f1b7437580b1..89197b169272 100644 --- a/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php +++ b/mail/squirrelmail/files/patch-class__deliver__Deliver.class.php @@ -1,5 +1,5 @@ --- ./class/deliver/Deliver.class.php.orig 2009-04-15 18:00:49.000000000 -0400 -+++ ./class/deliver/Deliver.class.php 2009-05-19 23:25:59.000000000 -0400 ++++ ./class/deliver/Deliver.class.php 2009-05-21 01:18:26.000000000 -0400 @@ -542,7 +542,19 @@ $cnt = count($header); $hdr_s = ''; @@ -16,7 +16,7 @@ + if (strstr($header[$i], 'name') === false) { + $hdr_s .= $this->foldLine($header[$i], 78); + } else { -+ $hdr_s .= header[$i]; ++ $hdr_s .= $header[$i]; + } } $header = $hdr_s; |
