diff --git a/calendar/index.php b/calendar/index.php index bcdb3d57e1..cf0d80a597 100755 --- a/calendar/index.php +++ b/calendar/index.php @@ -32,12 +32,14 @@ } $parms = Array( - 'menuaction'=> 'calendar.uicalendar.index', +# 'menuaction'=> 'calendar.uicalendar.index', 'date' => date('Ymd',$GLOBALS['phpgw']->datetime->users_localtime) ); //echo 'Local DateTime: '.date('Ymd H:i:s',$GLOBALS['phpgw']->datetime->users_localtime).'
'."\n"; - $GLOBALS['phpgw']->redirect_link('/index.php',$parms); - $GLOBALS['phpgw']->common->phpgw_exit(); +# $GLOBALS['phpgw']->redirect_link('/index.php',$parms); +# $GLOBALS['phpgw']->common->phpgw_exit(); + + ExecMethod('calendar.uicalendar.index',$parms); ?>