mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
* Timesheet: fixed SQL error when deleting a user and transfering his data to an other user
This commit is contained in:
parent
cb15d5ca4b
commit
41116cd6fc
@ -718,7 +718,7 @@ class timesheet_bo extends so_sql_cf
|
|||||||
'ts_owner' => $new_owner,
|
'ts_owner' => $new_owner,
|
||||||
), array(
|
), array(
|
||||||
'ts_owner' => $account_id,
|
'ts_owner' => $account_id,
|
||||||
), __LINE__, __FILE__);
|
), __LINE__, __FILE__, TIMESHEET_APP);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user