mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Add trim to Outlook import for each value, just in case (spaces break vcard spec)
This commit is contained in:
parent
3ac1647e3e
commit
7d3e2cd987
@ -156,6 +156,7 @@
|
||||
}
|
||||
|
||||
function import_new_attrib($buffer,$name,$value) {
|
||||
$value = trim($value);
|
||||
$value = str_replace("\n","<BR>",$value);
|
||||
$value = str_replace("\r","",$value);
|
||||
$this->currentrecord += array($name => $value);
|
||||
|
Loading…
Reference in New Issue
Block a user