diff --git a/timesheet/inc/class.timesheet_egw_record.inc.php b/timesheet/inc/class.timesheet_egw_record.inc.php index 65751b141e..cf74b86fdc 100644 --- a/timesheet/inc/class.timesheet_egw_record.inc.php +++ b/timesheet/inc/class.timesheet_egw_record.inc.php @@ -42,7 +42,7 @@ class timesheet_egw_record implements importexport_iface_egw_record * @param string $_attribute_name */ public function __get($_attribute_name) { - + return $this->timesheetentry[$_attribute_name]; } /** @@ -52,7 +52,7 @@ class timesheet_egw_record implements importexport_iface_egw_record * @param data $data */ public function __set($_attribute_name, $data) { - + $this->timesheetentry[$_attribute_name] = $data; } /**