mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
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 ($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'])
|
||||
{
|
||||
case 0: // day-sum
|
||||
|
Loading…
Reference in New Issue
Block a user