forked from extern/egroupware
Don't use MaxGUIDSize as maximum UID length
This commit is contained in:
parent
7ae20bcf12
commit
12cb6439ba
@ -1005,11 +1005,13 @@ class Horde_SyncML_State {
|
||||
$cvers = $deviceInfo['dataStore'][$_sourceLocURI]['rxPreference']['contentVersion'];
|
||||
$cfrmt = $deviceInfo['dataStore'][$_sourceLocURI]['rxPreference']['contentFormat'];
|
||||
$cprops = $deviceInfo['dataStore'][$_sourceLocURI]['properties'][$ctype][$cvers];
|
||||
if (isset($deviceInfo['dataStore'][$_sourceLocURI]['maxGUIDSize'])) {
|
||||
$cprops['UID']['NoTruncate'] = true;
|
||||
/*
|
||||
if (isset($deviceInfo['dataStore'][$_sourceLocURI]['maxGUIDSize'])) {
|
||||
// get UID properties from maxGUIDSize
|
||||
$cprops['UID']['Size'] = $deviceInfo['dataStore'][$_sourceLocURI]['maxGUIDSize'];
|
||||
$cprops['UID']['NoTruncate'] = true;
|
||||
}
|
||||
*/
|
||||
$clientPrefs = array(
|
||||
'ContentType' => $ctype,
|
||||
'ContentVersion' => $cvers,
|
||||
|
Loading…
Reference in New Issue
Block a user