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;