Created ttDebugTracer class to hopefully help to address blank screen issues.
[timetracker.git] / timesheets.php
index 650575e..b3b4777 100644 (file)
@@ -90,8 +90,8 @@ if ($user->can('track_time')) {
   }
 }
 
-$active_timesheets = ttTimesheetHelper::getActiveTimesheets($user_id);
-$inactive_timesheets = ttTimesheetHelper::getInactiveTimesheets($user_id);
+$active_timesheets = ttTimesheetHelper::getActiveTimesheets();
+$inactive_timesheets = ttTimesheetHelper::getInactiveTimesheets();
 
 $showClient = $user->isPluginEnabled('cl');