*** empty log message ***

This commit is contained in:
skeeter 2000-12-02 09:07:38 +00:00
parent 87abaada86
commit 576d9a0dbc
2 changed files with 2 additions and 1 deletions

View File

@ -106,7 +106,7 @@
}
if($is_my_event && $participate)
$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>");
else
$phpgw->template->set_var("data",$phpgw->common->grab_owner_name($cal_info->owner));

View File

@ -22,6 +22,7 @@
- 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.
Thanks ydario
- New Calendar table structures and code.
[0.9.6] - Fix user permissions where not being checked properly.