mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
End date needs to be passed by reference, fixes broken timesheet from commit aa0814f
This commit is contained in:
parent
362366ed28
commit
f0af5eeb08
@ -472,7 +472,7 @@ class timesheet_ui extends timesheet_bo
|
|||||||
{
|
{
|
||||||
$this->show_sums = false;
|
$this->show_sums = false;
|
||||||
|
|
||||||
$date_filter = $this->date_filter($query_in['filter'],$query_in['startdate'],$query_in['enddate'] ? $query_in['enddate'] : false);
|
$date_filter = $this->date_filter($query_in['filter'],$query_in['startdate'],$query_in['enddate']);
|
||||||
|
|
||||||
if ($query_in['startdate'])
|
if ($query_in['startdate'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user