mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
an other leftover of switch to new Horde_Icalendar classes
This commit is contained in:
parent
dd334a4e7d
commit
f9142139d5
@ -544,10 +544,10 @@ class addressbook_vcal extends addressbook_bo
|
|||||||
array2string($_vcard)."\n",3,$this->logfile);
|
array2string($_vcard)."\n",3,$this->logfile);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!($_vcard instanceof Horde_iCalendar))
|
if(!($_vcard instanceof Horde_Icalendar))
|
||||||
{
|
{
|
||||||
$container = false;
|
$container = false;
|
||||||
$vCard = Horde_iCalendar::newComponent('vcard', $container);
|
$vCard = Horde_Icalendar::newComponent('vcard', $container);
|
||||||
|
|
||||||
if (!$vCard->parsevCalendar($_vcard, 'VCARD', $charset))
|
if (!$vCard->parsevCalendar($_vcard, 'VCARD', $charset))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user