forked from extern/egroupware
removed init of unused var minimum_uid_lenght in importVCal()
This commit is contained in:
parent
256e8d520c
commit
b3f5fc282b
@ -797,14 +797,6 @@ class calendar_ical extends calendar_boupdate
|
|||||||
return $Ok;
|
return $Ok;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($GLOBALS['egw_info']['user']['preferences']['syncml']['minimum_uid_length'])) {
|
|
||||||
$minimum_uid_length = $GLOBALS['egw_info']['user']['preferences']['syncml']['minimum_uid_length'];
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
$minimum_uid_length = 8;
|
|
||||||
}
|
|
||||||
|
|
||||||
$version = $vcal->getAttribute('VERSION');
|
$version = $vcal->getAttribute('VERSION');
|
||||||
|
|
||||||
if (!is_array($this->supportedFields)) $this->setSupportedFields();
|
if (!is_array($this->supportedFields)) $this->setSupportedFields();
|
||||||
|
Loading…
Reference in New Issue
Block a user