diff --git a/Senior Design.war b/Senior Design.war index 75fff92..9a25da8 100644 Binary files a/Senior Design.war and b/Senior Design.war differ diff --git a/WebContent/html/webpages/redirect/ticketAdminRedirect.jsp b/WebContent/html/webpages/redirect/ticketAdminRedirect.jsp index 03354c1..74b5389 100644 --- a/WebContent/html/webpages/redirect/ticketAdminRedirect.jsp +++ b/WebContent/html/webpages/redirect/ticketAdminRedirect.jsp @@ -54,9 +54,9 @@ if(request.getParameter("approve") != null){ if(notificationPreferences){ NotificationQueue q = new NotificationQueue(client,"ticketConfirmations"); q.start(); - response.sendRedirect("../administration/ticketApprove.jsp"); - return; } + response.sendRedirect("../administration/ticketApprove.jsp"); + return; } /* @@ -73,9 +73,9 @@ if(request.getParameter("reject") != null){ if(notificationPreferences){ NotificationQueue q = new NotificationQueue(client, "ticketRejections"); q.start(); + } response.sendRedirect("../administration/adminApprove.jsp"); return; - } } %>