Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-10-01 22:44:08 +0400
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-10-01 22:44:08 +0400
commit8219516ec0561e6ac0a6b8d43d7526b014b9bce4 (patch)
tree6f5cc63f516cc8cc7b10278113c81883463af2fb /apps/calendar
parent50007f2d40bd026bb43d1071d7be17632c62566c (diff)
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
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/ajax/moveevent.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/calendar/ajax/moveevent.php b/apps/calendar/ajax/moveevent.php
index 6e87b64a1c7..f380fe9bf29 100644
--- a/apps/calendar/ajax/moveevent.php
+++ b/apps/calendar/ajax/moveevent.php
@@ -71,6 +71,7 @@ if(strlen($newdate) > 10){
$newdatestringarray[1] = "00:00";
}else{
$allday = false;
+ $difference = 3600;
}
}else{
$newdatestringarray = array();