diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-08 06:43:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-06-08 06:43:18 +0000 |
| commit | 318929b4fb8a002be3075562a2c16f2f7759a903 (patch) | |
| tree | 1311e99ba88cec55b687c986af9600a71e14cf09 /roundcubemail/program/steps | |
| parent | cdb2dec560dc09eeb19b25a0eca234c164c66310 (diff) | |
- typo (#1485910)
git-svn-id: https://svn.roundcube.net/trunk@2621 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index aad8c7dab..213b67e8e 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/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; |
