]> source.dussan.org Git - nextcloud-server.git/commitdiff
removed bug, that the drag and drop function added 24h to the duration of the event...
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>
Sat, 1 Oct 2011 18:44:08 +0000 (20:44 +0200)
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>
Sat, 1 Oct 2011 18:44:08 +0000 (20:44 +0200)
apps/calendar/ajax/moveevent.php

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