Skip to content
Snippets Groups Projects
Commit 50007f2d authored by Georg Ehrke's avatar Georg Ehrke
Browse files

removed bug, that you can't change time in week view, when event was an allday event

parent a7431d99
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@ if(strlen($newdate) > 10){
if($newdatestringarray[1] == "allday"){
$allday = true;
$newdatestringarray[1] = "00:00";
}else{
$allday = false;
}
}else{
$newdatestringarray = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment