mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
"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':
|
||||
switch(strtolower($_productName))
|
||||
{
|
||||
case 'sysync client pocketpc std':
|
||||
case 'sysync client pocketpc pro':
|
||||
$this->supportedFields = $defaultFields['full'];
|
||||
break;
|
||||
default:
|
||||
$this->supportedFields = $defaultFields['synthesis'];
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user