possibly close fix? #54

Merged
MrLyallCSIT merged 2 commits from possiblebrokenclose into main 2020-08-09 21:35:22 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit dac8c9633f - Show all commits

View File

@@ -24,7 +24,7 @@
return $ticket_result;
}
function get_my_open_requests($db) {
function get_my_closed_requests($db) {
$ticket_stmt = "SELECT * FROM tickets WHERE created_by=:uuid AND status = 'Closed'";
$ticket_sql = $db->prepare($ticket_stmt);
$ticket_sql->bindParam(':uuid', $_SESSION['uuid']);

File diff suppressed because one or more lines are too long