* Timesheet: fixed SQL error when deleting a user and transfering his data to an other user

This commit is contained in:
Ralf Becker 2013-03-07 12:40:09 +00:00
parent fa2f0df393
commit 98728b22b0

View File

@ -691,7 +691,7 @@ class timesheet_bo extends so_sql_cf
'ts_owner' => $new_owner,
), array(
'ts_owner' => $account_id,
), __LINE__, __FILE__);
), __LINE__, __FILE__, TIMESHEET_APP);
}
}