removed bug, that the drag and drop function added 24h to the duration of the event, after moving an event from allday to a time
This commit is contained in:
parent
50007f2d40
commit
8219516ec0
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ if(strlen($newdate) > 10){
|
|||
$newdatestringarray[1] = "00:00";
|
||||
}else{
|
||||
$allday = false;
|
||||
$difference = 3600;
|
||||
}
|
||||
}else{
|
||||
$newdatestringarray = array();
|
||||
|
|
Loading…
Reference in a new issue