]> wagnertech.de Git - timetracker.git/blobdiff - timesheet_view.php
More refactoring on timesheet code.
[timetracker.git] / timesheet_view.php
index 57eff61c7e6f65fc05475b91ade0f25047c6d2fc..e6368a396439687d617f61481592757675b30c4a 100644 (file)
@@ -28,6 +28,7 @@
 
 require_once('initialize.php');
 import('ttTimesheetHelper');
+import('ttReportHelper');
 
 // Access checks.
 if (!(ttAccessAllowed('track_own_time') || ttAccessAllowed('track_time'))) {