mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 16:38:39 +01:00
*** empty log message ***
This commit is contained in:
parent
87abaada86
commit
576d9a0dbc
@ -106,7 +106,7 @@
|
|||||||
}
|
}
|
||||||
if($is_my_event && $participate)
|
if($is_my_event && $participate)
|
||||||
$phpgw->template->set_var("data","<a href=\""
|
$phpgw->template->set_var("data","<a href=\""
|
||||||
.$phpgw->link("timematrix.php","participants=".$cal_info->owner."&date=".$cal_info->year.$cal_info->month.$cal_info->day)
|
.$phpgw->link("viewmatrix.php","participants=".$cal_info->owner."&date=".$cal_info->year.$cal_info->month.$cal_info->day."&matrixtype=free/busy")
|
||||||
."\">".$phpgw->common->grab_owner_name($cal_info->owner)."</a>");
|
."\">".$phpgw->common->grab_owner_name($cal_info->owner)."</a>");
|
||||||
else
|
else
|
||||||
$phpgw->template->set_var("data",$phpgw->common->grab_owner_name($cal_info->owner));
|
$phpgw->template->set_var("data",$phpgw->common->grab_owner_name($cal_info->owner));
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
- session class will now use the HTTP_X_FORWARDED_FOR if a user is behind a proxy server.
|
- session class will now use the HTTP_X_FORWARDED_FOR if a user is behind a proxy server.
|
||||||
- Merged in patch to fix the addressbook not displaying all of the fields.
|
- Merged in patch to fix the addressbook not displaying all of the fields.
|
||||||
Thanks ydario
|
Thanks ydario
|
||||||
|
- New Calendar table structures and code.
|
||||||
|
|
||||||
[0.9.6] - Fix user permissions where not being checked properly.
|
[0.9.6] - Fix user permissions where not being checked properly.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user