mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
removed dericated use of calltime pass reference (not needed there anyway)
This commit is contained in:
parent
1dd5895d75
commit
ba42b6a9da
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user