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

remotes/origin/stable
Georg Ehrke 14 years ago
parent 50007f2d40
commit 8219516ec0
  1. 1
      apps/calendar/ajax/moveevent.php

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

Loading…
Cancel
Save