forked from extern/egroupware
"month-list-view was not working"
This commit is contained in:
parent
e464fc3304
commit
3e69390c48
@ -252,6 +252,8 @@ class uilist extends uical
|
||||
$this->last = $this->bo->date2ts($this->last);
|
||||
$this->last--;
|
||||
$this->date_filters['fixed'] = $label = lang(adodb_date('F',$this->bo->date2ts($this->date))).' '.$this->year;
|
||||
$search_params['start'] = $this->first;
|
||||
$search_params['end'] = $this->last;
|
||||
break;
|
||||
}
|
||||
// fall through to after given date
|
||||
|
Loading…
Reference in New Issue
Block a user