removed dericated use of calltime pass reference (not needed there anyway)

This commit is contained in:
Ralf Becker 2005-06-08 12:53:02 +00:00
parent 1dd5895d75
commit ba42b6a9da

View File

@ -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),