Compare commits
1 Commits
v5.4.0-dev
...
Issue-2
| Author | SHA1 | Date | |
|---|---|---|---|
| c17c4d4608 |
@@ -34,7 +34,7 @@ $srchpname = $_REQUEST['srchpname'] ?? NULL;
|
|||||||
$srchploc = $_REQUEST['srchploc'] ?? NULL;
|
$srchploc = $_REQUEST['srchploc'] ?? NULL;
|
||||||
$srchnha = $_REQUEST['srchnha'] ?? NULL;
|
$srchnha = $_REQUEST['srchnha'] ?? NULL;
|
||||||
$srchrepord = $_REQUEST['srchrepord'] ?? NULL;
|
$srchrepord = $_REQUEST['srchrepord'] ?? NULL;
|
||||||
$srchflags = $_POST['srchflags'] ?? [];
|
$srchflags = $_REQUEST['srchflags'] ?? [];
|
||||||
$target = $_REQUEST['target'] ?? ["log", "maintform", "part"];
|
$target = $_REQUEST['target'] ?? ["log", "maintform", "part"];
|
||||||
|
|
||||||
$doparts = PARTS_FUNCTIONS;
|
$doparts = PARTS_FUNCTIONS;
|
||||||
|
|||||||
Reference in New Issue
Block a user