X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bfbd5b318b37a66ece219e719734a60249781b6d..ab53f7a7b9b0e0ca43b6950c3389cd3889e74d82:/timesheets.php 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');