From 6a74d28760f22db6375ee0bf444b0c8e696dbcc8 Mon Sep 17 00:00:00 2001 From: skeeter Date: Wed, 16 May 2001 04:33:36 +0000 Subject: [PATCH] After changing your status, this will return to your selected calendar home page. --- calendar/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/action.php b/calendar/action.php index 510f618519..f5a60aa989 100755 --- a/calendar/action.php +++ b/calendar/action.php @@ -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)); ?>