From daa7f542951d8a19b409a168f6df7efaa105de6b Mon Sep 17 00:00:00 2001 From: Tobias Sekan Date: Thu, 17 Oct 2019 08:10:21 +0200 Subject: [PATCH] fix - not removed old code line --- htdocs/comm/action/class/actioncomm.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/comm/action/class/actioncomm.class.php b/htdocs/comm/action/class/actioncomm.class.php index 42e77c898c3..9741c7083bb 100644 --- a/htdocs/comm/action/class/actioncomm.class.php +++ b/htdocs/comm/action/class/actioncomm.class.php @@ -1556,7 +1556,6 @@ class ActionComm extends CommonObject $dateend = $datestart; } - $dateend=$this->db->jdate($obj->datep2)-(empty($conf->global->AGENDA_EXPORT_FIX_TZ)?0:($conf->global->AGENDA_EXPORT_FIX_TZ*3600)); $duration=($datestart && $dateend)?($dateend - $datestart):0; $event['summary']=$obj->label.($obj->socname?" (".$obj->socname.")":""); $event['desc']=$obj->note;