mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
set whole day flag on import if necessary - this is needed for better recognition in bo class
This commit is contained in:
parent
30b683cf5a
commit
fcc50858ee
@ -2675,6 +2675,11 @@ class calendar_ical extends calendar_boupdate
|
|||||||
|
|
||||||
if ($this->calendarOwner) $event['owner'] = $this->calendarOwner;
|
if ($this->calendarOwner) $event['owner'] = $this->calendarOwner;
|
||||||
|
|
||||||
|
if ($this->isWholeDay($event))
|
||||||
|
{
|
||||||
|
$event['whole_day'] == true;
|
||||||
|
}
|
||||||
|
|
||||||
if ($this->log)
|
if ($this->log)
|
||||||
{
|
{
|
||||||
error_log(__FILE__.'['.__LINE__.'] '.__METHOD__."()\n" .
|
error_log(__FILE__.'['.__LINE__.'] '.__METHOD__."()\n" .
|
||||||
|
Loading…
Reference in New Issue
Block a user