X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/14304210865aab4372e8e726f64d830c0a077de5..ee5e708bbc30bbca24d77c4e3b0e75214c1296f8:/week.php diff --git a/week.php b/week.php index c10dfca0..f4bde294 100644 --- a/week.php +++ b/week.php @@ -353,7 +353,7 @@ if ($request->isPost()) { $record['project_id'] = $cl_project; $record['task_id'] = $cl_task; $record['cf_1_value'] = $cl_cf_1; - $fields['row_id'] = ttTimeHelper::makeRecordIdentifier($record).'_0'; // TODO: Handle a possible conflict with already existing row... + $fields['row_id'] = ttWeekViewHelper::makeRowIdentifier($record).'_0'; // TODO: Handle a possible conflict with already existing row... // We may have to increment the suffix here. $fields['note'] = $cl_note; }