mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-25 14:41:50 +01:00
Fix SyncML device timezone issues
This commit is contained in:
parent
2cfaebacd3
commit
b44f0c2f41
@ -1198,10 +1198,10 @@ class calendar_sif extends calendar_boupdate
|
|||||||
{
|
{
|
||||||
switch ($deviceInfo['tzid'])
|
switch ($deviceInfo['tzid'])
|
||||||
{
|
{
|
||||||
case 1:
|
case -1:
|
||||||
$this->tzid = false;
|
$this->tzid = false;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case -2:
|
||||||
$this->tzid = null;
|
$this->tzid = null;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
@ -964,10 +964,10 @@ class infolog_ical extends infolog_bo
|
|||||||
{
|
{
|
||||||
switch ($deviceInfo['tzid'])
|
switch ($deviceInfo['tzid'])
|
||||||
{
|
{
|
||||||
case 1:
|
case -1:
|
||||||
$this->tzid = false;
|
$this->tzid = false;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case -2:
|
||||||
$this->tzid = null;
|
$this->tzid = null;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
@ -644,10 +644,10 @@ class infolog_sif extends infolog_bo
|
|||||||
{
|
{
|
||||||
switch ($deviceInfo['tzid'])
|
switch ($deviceInfo['tzid'])
|
||||||
{
|
{
|
||||||
case 1:
|
case -1:
|
||||||
$this->tzid = false;
|
$this->tzid = false;
|
||||||
break;
|
break;
|
||||||
case 2:
|
case -2:
|
||||||
$this->tzid = null;
|
$this->tzid = null;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user