diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-21 09:43:21 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-21 09:43:21 +0000 |
| commit | 22a7e0680d952b2d8ed24beeeda72cef7929839a (patch) | |
| tree | e7c10933c666678c0a10b2cba96c122e5b7a28ca | |
| parent | 84af47038b4ae3bb5c2ddd29b13e00e33c13cf84 (diff) | |
Killed some whitespace
git-svn-id: https://svn.roundcube.net/trunk@1999 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/include/rcube_vcard.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_vcard.php b/roundcubemail/program/include/rcube_vcard.php index ea345415d..5ce1d367f 100644 --- a/roundcubemail/program/include/rcube_vcard.php +++ b/roundcubemail/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]; |
