Fix php debug message

This commit is contained in:
wrongecho
2025-06-25 09:11:19 +01:00
parent 12d8c8e959
commit 05850f61d2

View File

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