mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
"Patch from Nigel to support participants on Windows Mobile/PocketPC Synthesis clients"
This commit is contained in:
parent
6c0db1110b
commit
c9432e9b81
@ -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