mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 11:23:54 +01:00
patch from Antoni Matamalas
fixes some problems with syncevolution
This commit is contained in:
parent
b15ced10a5
commit
e344c13e62
@ -837,7 +837,7 @@
|
|||||||
|
|
||||||
//Syncevolution compatibility
|
//Syncevolution compatibility
|
||||||
case 'patrick ohly':
|
case 'patrick ohly':
|
||||||
$this->supportedFields = $defaultFields + array(
|
$this->supportedFields = $defaultFields[1] + array(
|
||||||
'participants' => 'participants',
|
'participants' => 'participants',
|
||||||
'owner' => 'owner',
|
'owner' => 'owner',
|
||||||
'category' => 'category',
|
'category' => 'category',
|
||||||
@ -856,7 +856,7 @@
|
|||||||
// the fallback for SyncML
|
// the fallback for SyncML
|
||||||
default:
|
default:
|
||||||
error_log("Client not found: $_productManufacturer $_productName");
|
error_log("Client not found: $_productManufacturer $_productName");
|
||||||
$this->supportedFields = $defaultFields;
|
$this->supportedFields = $defaultFields[0];
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user