main #3

Merged
rod.wright merged 2 commits from main into v6.0.0-dev 2026-05-21 21:36:01 -04:00
Showing only changes of commit c17c4d4608 - Show all commits

View File

@@ -34,7 +34,7 @@ $srchpname = $_REQUEST['srchpname'] ?? NULL;
$srchploc = $_REQUEST['srchploc'] ?? NULL;
$srchnha = $_REQUEST['srchnha'] ?? NULL;
$srchrepord = $_REQUEST['srchrepord'] ?? NULL;
$srchflags = $_POST['srchflags'] ?? [];
$srchflags = $_REQUEST['srchflags'] ?? [];
$target = $_REQUEST['target'] ?? ["log", "maintform", "part"];
$doparts = PARTS_FUNCTIONS;