diff options
author | alecpl <alec@alec.pl> | 2009-06-08 06:43:18 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-06-08 06:43:18 +0000 |
commit | 6ca8274e5a2204d5e0851b8903bde849bf92af9f (patch) | |
tree | 822fd059a897892be5627d109f190dbbe64055cc /program/steps/mail/func.inc | |
parent | 9ff987787b4712f039ed56464b31119a8312f50c (diff) |
- typo (#1485910)
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index aad8c7dab..213b67e8e 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -808,7 +808,7 @@ function rcmail_print_body($part, $p = array()) if ($q > $quote_level) $q_lines[$n]['quote'] = $q - $quote_level; else if ($q < $quote_level) - $eq_lines[$n]['endquote'] = $quote_level - $q; + $q_lines[$n]['endquote'] = $quote_level - $q; } else if ($quote_level > 0) $q_lines[$n]['endquote'] = $quote_level; |