From 318929b4fb8a002be3075562a2c16f2f7759a903 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 8 Jun 2009 06:43:18 +0000 Subject: - typo (#1485910) git-svn-id: https://svn.roundcube.net/trunk@2621 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3