Update app_functions.php #53
Reference in New Issue
Block a user
Delete Branch "brokenchecks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@@ -18,2 +17,3 @@$ticket_stmt = "SELECT * FROM tickets WHERE created_by=:uuid";function get_my_open_requests($db) {$ticket_stmt = "SELECT * FROM tickets WHERE created_by=:uuid" AND status != 'Closed';$ticket_sql = $db->prepare($ticket_stmt);Append
AND status != 'Closed'to end of statement@@ -24,7 +24,7 @@return $ticket_result;Change to
get_my_closed_requestsPls work