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