mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +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"])){
|
if (isset($_GET["expired"])){
|
||||||
$status[] = S_EXPIRED;
|
$status[] = S_EXPIRED;
|
||||||
}
|
}
|
||||||
|
if (isset($_GET["needs_correction"])){
|
||||||
|
$status[] = S_NEEDS_CORRECTION;
|
||||||
|
}
|
||||||
|
|
||||||
$reception = array();
|
$reception = array();
|
||||||
if (isset($_GET["reception"])){
|
if (isset($_GET["reception"])){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user