forked from extern/egroupware
Remove fake modified date, it's considered not modified by nextmatch updated rows check
This commit is contained in:
parent
3840569b0a
commit
9c9b784c0c
@ -701,6 +701,9 @@ class timesheet_ui extends timesheet_bo
|
|||||||
if ($row['ts_id'] <= 0) // sums
|
if ($row['ts_id'] <= 0) // sums
|
||||||
{
|
{
|
||||||
if ($query['sort'] == 'ASC') $row['ts_start'] -= 7200; // fix for DSL change
|
if ($query['sort'] == 'ASC') $row['ts_start'] -= 7200; // fix for DSL change
|
||||||
|
|
||||||
|
// Remove fake modified date, it breaks nextmatch checks
|
||||||
|
unset($row['ts_modified']);
|
||||||
switch($row['ts_id'])
|
switch($row['ts_id'])
|
||||||
{
|
{
|
||||||
case 0: // day-sum
|
case 0: // day-sum
|
||||||
|
Loading…
Reference in New Issue
Block a user