forked from extern/egroupware
"Patch from Nigel to support participants on Windows Mobile/PocketPC Synthesis clients"
This commit is contained in:
parent
fbb7d5c052
commit
6be088d539
@ -991,6 +991,10 @@
|
|||||||
case 'synthesis ag':
|
case 'synthesis ag':
|
||||||
switch(strtolower($_productName))
|
switch(strtolower($_productName))
|
||||||
{
|
{
|
||||||
|
case 'sysync client pocketpc std':
|
||||||
|
case 'sysync client pocketpc pro':
|
||||||
|
$this->supportedFields = $defaultFields['full'];
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
$this->supportedFields = $defaultFields['synthesis'];
|
$this->supportedFields = $defaultFields['synthesis'];
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user