mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-17 03:19:23 +01:00
an other leftover of switch to new Horde_Icalendar classes
This commit is contained in:
parent
601e4f39e4
commit
59964e7788
@ -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