Skip to content

Commit

Permalink
Attendance - Clean code with php-cs-fixer - refs BT#18271
Browse files Browse the repository at this point in the history
  • Loading branch information
cfasanando committed May 28, 2022
1 parent 6ba681a commit 6897e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions main/attendance/attendance_sheet.php
Expand Up @@ -110,7 +110,6 @@
]
);


if (!$is_locked_attendance || api_is_platform_admin()) {
$actionsLeft = '<a style="float:left;" href="index.php?'.api_get_cidreq().'&action=calendar_list&attendance_id='.$attendance_id.'">'.
Display::return_icon('attendance_calendar.png', get_lang('AttendanceCalendar'), '', ICON_SIZE_MEDIUM).'</a>';
Expand Down Expand Up @@ -513,9 +512,7 @@ function UpdateTableHeaders() {
</a>
</span>';
}
}

?>
} ?>

</td>
</tr>
Expand Down
1 change: 1 addition & 0 deletions main/inc/lib/attendance.lib.php
Expand Up @@ -1324,6 +1324,7 @@ public function get_users_attendance_sheet(
}
}
}

return $data;
}

Expand Down

0 comments on commit 6897e97

Please sign in to comment.