X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d5923832a32b1f43cbc6c5d74bbd064888761c80..75345c7086761ea68d7e75fbffeaef64a3642fdd:/WEB-INF/lib/ttTimesheetHelper.class.php diff --git a/WEB-INF/lib/ttTimesheetHelper.class.php b/WEB-INF/lib/ttTimesheetHelper.class.php index 89571510..a348cb57 100644 --- a/WEB-INF/lib/ttTimesheetHelper.class.php +++ b/WEB-INF/lib/ttTimesheetHelper.class.php @@ -442,6 +442,7 @@ class ttTimesheetHelper { // Parts for client and project. if ($options['client_id']) $client_part = ' and client_id = '.(int)$options['client_id']; if ($options['project_id']) $project_part = ' and project_id = '.(int)$options['project_id']; + // TODO: test and fix the above for NULL client and project ids... // Determine start and end dates. $dateFormat = $user->getDateFormat();