removed init of unused var minimum_uid_lenght in importVCal()

This commit is contained in:
Christian Binder 2009-08-26 12:14:41 +00:00
parent 256e8d520c
commit b3f5fc282b

View File

@ -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();