alecpl
2009-12-03 3815e050e0e0ddafb919741426f3c36ebdadb9a8
program/include/rcube_vcard.php
@@ -269,6 +269,7 @@
        foreach($regs2[1] as $attrid => $attr) {
          if ((list($key, $value) = explode('=', $attr)) && $value) {
       $value = trim($value);
            if ($key == 'ENCODING') {
              // add next line(s) to value string if QP line end detected
              while ($value == 'QUOTED-PRINTABLE' && preg_match('/=$/', $lines[$i]))