summaryrefslogtreecommitdiff
path: root/program/include/rcube_vcard.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-10-21 09:43:21 +0000
committerthomascube <thomas@roundcube.net>2008-10-21 09:43:21 +0000
commitf45a174ae53f644547b8e00249a50b8fb564f5be (patch)
treea68523913bedb713c5377f0e6a9bfe4d5c506267 /program/include/rcube_vcard.php
parentb58f11841539035f8fa06c2a0e64dd9199d6a089 (diff)
Killed some whitespace
Diffstat (limited to 'program/include/rcube_vcard.php')
-rw-r--r--program/include/rcube_vcard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php
index ea345415d..5ce1d367f 100644
--- a/program/include/rcube_vcard.php
+++ b/program/include/rcube_vcard.php
@@ -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];