From 0d157fd7b36a7bdc472bbfe5fb0d4e970d6aec7c Mon Sep 17 00:00:00 2001 From: bgigon Date: Thu, 30 Sep 2004 15:46:22 +0000 Subject: [PATCH] Reset --- calendar/inc/class.uicalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.uicalendar.inc.php b/calendar/inc/class.uicalendar.inc.php index ba1536fbf7..cdcb5f5dae 100755 --- a/calendar/inc/class.uicalendar.inc.php +++ b/calendar/inc/class.uicalendar.inc.php @@ -126,7 +126,7 @@ $this->bo->return_to = $_GET['menuaction']. sprintf('&date=%04d%02d%02d',$this->bo->year,$this->bo->month,$this->bo->day); // reset the matrixview participants - # $GLOBALS['phpgw']->session->appsession('participants', NULL,''); + $GLOBALS['phpgw']->session->appsession('participants', NULL,''); } $this->bo->save_sessiondata(); }