After changing your status, this will return to your selected calendar home page.

This commit is contained in:
skeeter 2001-05-16 04:33:36 +00:00
parent ef64fa62eb
commit 6a74d28760

View File

@ -32,5 +32,5 @@
$phpgw->calendar->set_status(intval($id),$owner,intval($action));
Header('Location: '.$HTTP_REFERER);
Header('Location: '.$phpgw->link('/calendar/index.php','owner='.$owner));
?>