mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
allow to filter by status S_NEED_CORRECTION
This commit is contained in:
parent
bf2ced4c6e
commit
7f1f551334
|
@ -318,6 +318,9 @@ if(isset($_GET["fullsearch"]) && $_GET["fullsearch"] && $settings->_enableFullSe
|
|||
if (isset($_GET["expired"])){
|
||||
$status[] = S_EXPIRED;
|
||||
}
|
||||
if (isset($_GET["needs_correction"])){
|
||||
$status[] = S_NEEDS_CORRECTION;
|
||||
}
|
||||
|
||||
$reception = array();
|
||||
if (isset($_GET["reception"])){
|
||||
|
|
Loading…
Reference in New Issue
Block a user