mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:18 +01:00
fix for repeating events
This commit is contained in:
parent
7393619679
commit
f29617cc5c
@ -255,7 +255,7 @@
|
||||
}
|
||||
}
|
||||
$str = "<input type=\"checkbox\" name=\"participants[]\" value=\"".$phpgw_info["user"]["account_id"]."\"";
|
||||
if($id && $participate) {
|
||||
if(($id && $participate) || !$id) {
|
||||
$str .= " checked";
|
||||
}
|
||||
$str .= ">";
|
||||
|
@ -3,6 +3,7 @@
|
||||
- Added capability to schedule others and not yourself to calendar.
|
||||
- Fixed d/l'ing of files through filemanager.
|
||||
- Enhanced Free/Busy calendar view.
|
||||
- Fix for repeating events not showing in calendar.
|
||||
|
||||
[0.9.6] - Fix user permissions where not being checked properly.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user