mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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;
|
$finalRowNames['X-ASSISTANT'] = $vcardKey;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
if (!isset($finalRowNames[$rowName]))
|
||||||
|
{
|
||||||
$finalRowNames[$rowName] = $vcardKey;
|
$finalRowNames[$rowName] = $vcardKey;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user