From f45a174ae53f644547b8e00249a50b8fb564f5be Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 21 Oct 2008 05:43:21 -0400 Subject: [PATCH] Killed some whitespace --- program/include/rcube_vcard.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php index ea34541..5ce1d36 100644 --- a/program/include/rcube_vcard.php +++ b/program/include/rcube_vcard.php @@ -265,7 +265,7 @@ foreach($regs2[1] as $attrid => $attr) { if ((list($key, $value) = explode('=', $attr)) && $value) { if ($key == 'ENCODING') { - # add next line(s) to value string if QP line end detected + # add next line(s) to value string if QP line end detected while ($value == 'QUOTED-PRINTABLE' && ereg('=$', $lines[$i])) $line[2] .= "\n" . $lines[++$i]; -- Gitblit v1.9.1