diff --git a/filter_header.php b/filter_header.php index 4fac5792..69663b1b 100644 --- a/filter_header.php +++ b/filter_header.php @@ -42,7 +42,7 @@ if (isset($_GET['order'])) { } // Set the order Icon -if ($sort) { +if (isset($sort)) { if ($order == "ASC") { $order_icon = ""; } else { diff --git a/tickets.php b/tickets.php index 53a7d979..030df183 100644 --- a/tickets.php +++ b/tickets.php @@ -312,27 +312,55 @@ $user_active_assigned_tickets = intval($row['total_tickets_assigned']); -