From ba42b6a9da4476705a213adb73147be7ee01e2d9 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 8 Jun 2005 12:53:02 +0000 Subject: [PATCH] removed dericated use of calltime pass reference (not needed there anyway) --- calendar/inc/class.uiviews.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.uiviews.inc.php b/calendar/inc/class.uiviews.inc.php index 9b479997c6..c216bc8cc9 100644 --- a/calendar/inc/class.uiviews.inc.php +++ b/calendar/inc/class.uiviews.inc.php @@ -188,7 +188,7 @@ class uiviews extends uical $GLOBALS['phpgw_info']['flags']['app_header'] .= ': '.lang(date('l',$ts)).', '.$this->bo->long_date($ts); $GLOBALS['phpgw']->common->phpgw_header(); - $todos = $this->get_todos(&$todo_label); + $todos = $this->get_todos($todo_label); echo $this->html->table(array(0 => array( $this->timeGridWidget($this->bo->search($this->search_params),$this->width-250,$this->cal_prefs['interval'],1.7),