mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Parser ajustments
This commit is contained in:
parent
2efaf05803
commit
e5ee24dcfc
@ -1280,7 +1280,10 @@ class addressbook_vcal extends addressbook_bo
|
||||
$finalRowNames['X-ASSISTANT'] = $vcardKey;
|
||||
break;
|
||||
default:
|
||||
$finalRowNames[$rowName] = $vcardKey;
|
||||
if (!isset($finalRowNames[$rowName]))
|
||||
{
|
||||
$finalRowNames[$rowName] = $vcardKey;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user