fix interchanged allocation
This commit is contained in:
parent
199fb3be0f
commit
741627897e
@ -1553,7 +1553,7 @@ class ActionComm extends CommonObject
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
// use start date as fall-back to avoid import erros on empty end date
|
// use start date as fall-back to avoid import erros on empty end date
|
||||||
$datestart = $dateend;
|
$dateend = $datestart;
|
||||||
}
|
}
|
||||||
|
|
||||||
$dateend=$this->db->jdate($obj->datep2)-(empty($conf->global->AGENDA_EXPORT_FIX_TZ)?0:($conf->global->AGENDA_EXPORT_FIX_TZ*3600));
|
$dateend=$this->db->jdate($obj->datep2)-(empty($conf->global->AGENDA_EXPORT_FIX_TZ)?0:($conf->global->AGENDA_EXPORT_FIX_TZ*3600));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user