mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
fixed missing argument error on search (e.g. slowsync), sorry - my fault
This commit is contained in:
parent
d4b0e572a1
commit
bde63a01f9
@ -395,7 +395,7 @@ class addressbook_vcal extends addressbook_bo
|
|||||||
{
|
{
|
||||||
$result = false;
|
$result = false;
|
||||||
|
|
||||||
if (($contact = $this->vcardtoegw($_vcard)))
|
if (($contact = $this->vcardtoegw($_vcard, $contentID)))
|
||||||
{
|
{
|
||||||
if ($contentID)
|
if ($contentID)
|
||||||
{
|
{
|
||||||
@ -415,7 +415,7 @@ class addressbook_vcal extends addressbook_bo
|
|||||||
if (is_array($_supportedFields)) $this->supportedFields = $_supportedFields;
|
if (is_array($_supportedFields)) $this->supportedFields = $_supportedFields;
|
||||||
}
|
}
|
||||||
|
|
||||||
function vcardtoegw($_vcard, $_abID)
|
function vcardtoegw($_vcard, $_abID=null)
|
||||||
{
|
{
|
||||||
// the horde class does the charset conversion. DO NOT CONVERT HERE.
|
// the horde class does the charset conversion. DO NOT CONVERT HERE.
|
||||||
// be as flexible as possible
|
// be as flexible as possible
|
||||||
|
Loading…
x
Reference in New Issue
Block a user