mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02: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:
|
||||||
$finalRowNames[$rowName] = $vcardKey;
|
if (!isset($finalRowNames[$rowName]))
|
||||||
|
{
|
||||||
|
$finalRowNames[$rowName] = $vcardKey;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user