diff --git a/timesheet/inc/class.timesheet_ui.inc.php b/timesheet/inc/class.timesheet_ui.inc.php index 0b97a0be04..788a566016 100644 --- a/timesheet/inc/class.timesheet_ui.inc.php +++ b/timesheet/inc/class.timesheet_ui.inc.php @@ -107,7 +107,6 @@ class timesheet_ui extends timesheet_bo } if ($this->ts_viewtype == 'short') { - $content['start_time']=$content['end_time']=null; $content['ts_description'] = $content['ts_description_short']; } // we only need 2 out of 3 values from start-, end-time or duration (the date in ts_start is always required!)