Mercurial > hg > rc2
diff program/lib/Roundcube/rcube_vcard.php @ 12:5039cc34571f
some old, mostly new 7.3->8.4 changes needed
| author | Charlie Root |
|---|---|
| date | Thu, 28 Aug 2025 10:37:42 -0400 |
| parents | aff04b06b685 |
| children | 73124dd49283 |
line wrap: on
line diff
--- a/program/lib/Roundcube/rcube_vcard.php Sun Jan 26 13:09:03 2025 -0500 +++ b/program/lib/Roundcube/rcube_vcard.php Thu Aug 28 10:37:42 2025 -0400 @@ -536,7 +536,7 @@ '/^item\d*\.X-AB.*$/mi', // remove cruft like item1.X-AB* '/^item\d*\./mi', // remove item1.ADR instead of ADR '/\n+/', // remove empty lines - '/^(N:[^;\R]*)$/m', // if N doesn't have any semicolons, add some + '/^(N:[^;\n\r]*)$/m', // if N doesn't have any semicolons, add some ), array( '\2;type=\5\3:\4',
