diff --git a/iTrust/WebRoot/auth/hcp-patient/messageInbox.jsp b/iTrust/WebRoot/auth/hcp-patient/messageInbox.jsp
index 3a802f56d292b2a8d050de24f664c0c3fd64704e..91526d0bfc10d9f6e71cface3f73e58b85b5fc80 100644
--- a/iTrust/WebRoot/auth/hcp-patient/messageInbox.jsp
+++ b/iTrust/WebRoot/auth/hcp-patient/messageInbox.jsp
@@ -6,6 +6,7 @@
 <%@page import="edu.ncsu.csc.itrust.action.EditPersonnelAction"%>
 <%@page import="edu.ncsu.csc.itrust.beans.MessageBean"%>
 <%@page import="edu.ncsu.csc.itrust.dao.DAOFactory"%>
+<%@page import="edu.ncsu.csc.itrust.dao.mysql.PatientDAO"%>
 <%@page import="edu.ncsu.csc.itrust.dao.mysql.PersonnelDAO"%>
 <%@page import="java.util.ArrayList"%>
 <%@page import="java.text.DateFormat"%>
@@ -58,7 +59,7 @@ loggingAction.logEvent(TransactionType.INBOX_VIEW, loggedInMID.longValue(), 0L,
 			nf += request.getParameter("notWords").replace(",","")+",";
 			nf += request.getParameter("startDate").replace(",","")+",";
 			nf += request.getParameter("endDate");
-			
+			System.out.println(nf);
 			//Validate Filter
 			nf = action.validateAndCreateFilter(nf);
 			if(nf.startsWith("Error")) {