X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=timesheets.php;h=b3b47772f9ef152db107e723d8ec0d1035aac896;hb=48ba99d8257be57e5e43a03e80ab5d8c782b5295;hp=650575e699825cd998097e46d8af3d6ed5f4ff11;hpb=bfbd5b318b37a66ece219e719734a60249781b6d;p=timetracker.git diff --git a/timesheets.php b/timesheets.php index 650575e6..b3b47772 100644 --- a/timesheets.php +++ b/timesheets.php @@ -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');