From 41116cd6fcd4086be140f582715ae97bf642cf6a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 7 Mar 2013 12:40:38 +0000 Subject: [PATCH] * Timesheet: fixed SQL error when deleting a user and transfering his data to an other user --- timesheet/inc/class.timesheet_bo.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet/inc/class.timesheet_bo.inc.php b/timesheet/inc/class.timesheet_bo.inc.php index 86feafcbc7..10617c06c6 100644 --- a/timesheet/inc/class.timesheet_bo.inc.php +++ b/timesheet/inc/class.timesheet_bo.inc.php @@ -718,7 +718,7 @@ class timesheet_bo extends so_sql_cf 'ts_owner' => $new_owner, ), array( 'ts_owner' => $account_id, - ), __LINE__, __FILE__); + ), __LINE__, __FILE__, TIMESHEET_APP); } }