From: anuko Date: Wed, 27 Dec 2017 15:13:02 +0000 (+0000) Subject: Corrected a comment as escaping already occurs. X-Git-Tag: timetracker_1.19-1~1428 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/commitdiff_plain/bf9eb7c11616a10f948c4c9ad620c9694bbefa9b?ds=sidebyside Corrected a comment as escaping already occurs. --- diff --git a/week.php b/week.php index c6c194f3..b808724f 100644 --- a/week.php +++ b/week.php @@ -116,18 +116,11 @@ $dayTotals = ttTimeHelper::getDayTotals($dataArray, $dayHeaders); // TODO: refactoring ongoing down from here. - - - - - - // Actually this is work in progress at this point, even documenting the array, as we still miss control IDs, and // editing entries is not yet implemented. When this is done, we will have to re-document the above. // TODO: -// 1) escape cf_1 values in record identifiers as this may come from user for text fields. -// 2) make sure we have IDs for cells, which are now missing. +// 1) make sure we have IDs for cells, which are now missing. // Define rendering class for a label field to the left of durations. class LabelCellRenderer extends DefaultCellRenderer {