mod/submission_search_results.cgi has the following bugs:
- The code that validates the "status" parameter allows the following values: 'Pending', 'Approved', 'Rejected'. However, if another value is submitted, the displayed error message says "Status must be "Approved" or "Rejected"". It should also list 'Pending' as a supported values.
- "from common import Queue" is redundant because the script also executes "from common import " earlier.