Killed some whitespace

release-0.6
thomascube 16 years ago
parent b58f118415
commit f45a174ae5

@ -265,7 +265,7 @@ class rcube_vcard
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];

Loading…
Cancel
Save