|
|
@ -683,7 +683,8 @@ class OC_Calendar_Object{ |
|
|
|
break; |
|
|
|
break; |
|
|
|
}elseif($request['advanced_month_select'] == 'weekday'){ |
|
|
|
}elseif($request['advanced_month_select'] == 'weekday'){ |
|
|
|
if($request['weekofmonthoptions'] == 'auto'){ |
|
|
|
if($request['weekofmonthoptions'] == 'auto'){ |
|
|
|
$weekofmonth = floor($request['weekofmonthoptions']/7); |
|
|
|
list($_day, $_month, $_year) = explode('-', $from); |
|
|
|
|
|
|
|
$weekofmonth = floor($_day/7); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
$weekofmonth = $request['weekofmonthoptions']; |
|
|
|
$weekofmonth = $request['weekofmonthoptions']; |
|
|
|
} |
|
|
|
} |
|
|
|