"patch from Nigel Vickers from Stylite, to fix doublicate contacts and missing fields issues with the Synthesis Standard edtion for Windows Mobile/Pocket PC"

This commit is contained in:
Ralf Becker 2007-11-10 08:08:48 +00:00
parent 092081e751
commit 97830ca51f

View File

@ -445,6 +445,7 @@ class vcaladdressbook extends bocontacts
switch(strtolower($_productName))
{
case 'sysync client pocketpc pro':
case 'sysync client pocketpc std':
$this->supportedFields = $defaultFields[1];
#$this->supportedFields['PHOTO'] = array('jpegphoto');
break;