Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tickets_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<tr>

<td>
<?php if ($_GET['status'] !== 'Closed') { ?>
<?php if(isset($_GET['status'])){ if ($_GET['status'] !== 'Closed') { ?>
<div class="form-check">
<input class="form-check-input" id="selectAllCheckbox" type="checkbox" onclick="checkAll(this)" onkeydown="checkAll(this)">
</div>
<?php } ?>
<?php }} ?>
</td>

<th>
Expand Down