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:
Georg Ehrke 2011-10-01 20:44:08 +02:00
parent 50007f2d40
commit 8219516ec0

View file

@ -71,6 +71,7 @@ if(strlen($newdate) > 10){
$newdatestringarray[1] = "00:00";
}else{
$allday = false;
$difference = 3600;
}
}else{
$newdatestringarray = array();