]> source.dussan.org Git - nextcloud-server.git/commitdiff
removed bug, that you can't change time in week view, when event was an allday event
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>
Sat, 1 Oct 2011 18:36:20 +0000 (20:36 +0200)
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>
Sat, 1 Oct 2011 18:36:20 +0000 (20:36 +0200)
apps/calendar/ajax/moveevent.php

index 725894ab43c097138b3e767e076c82ede2d08704..6e87b64a1c7b51a330b1c7c05080df856c9179e8 100644 (file)
@@ -69,6 +69,8 @@ if(strlen($newdate) > 10){
        if($newdatestringarray[1] == "allday"){
                $allday = true;
                $newdatestringarray[1] = "00:00";
+       }else{
+               $allday = false;
        }
 }else{
        $newdatestringarray = array();