]> wagnertech.de Git - timetracker.git/blobdiff - timesheets.php
Wrote ttGroupHelper::deleteGroupFiles() function.
[timetracker.git] / timesheets.php
index 650575e699825cd998097e46d8af3d6ed5f4ff11..b3b47772f9ef152db107e723d8ec0d1035aac896 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');