mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
Disable Thunderbird special treatment
This commit is contained in:
parent
4838885cd2
commit
0f284a0bfb
@ -2207,6 +2207,7 @@ class calendar_ical extends calendar_boupdate
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
$mozillaACK = $component->getAttribute('X-MOZ-LASTACK');
|
$mozillaACK = $component->getAttribute('X-MOZ-LASTACK');
|
||||||
if ($this->productName == 'lightning' && !is_a($mozillaACK, 'PEAR_Error'))
|
if ($this->productName == 'lightning' && !is_a($mozillaACK, 'PEAR_Error'))
|
||||||
{
|
{
|
||||||
@ -2217,6 +2218,7 @@ class calendar_ical extends calendar_boupdate
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
if (!empty($GLOBALS['egw_info']['user']['preferences']['syncml']['minimum_uid_length']))
|
if (!empty($GLOBALS['egw_info']['user']['preferences']['syncml']['minimum_uid_length']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user