Users: Preserve query string parameters across list and edit pages (#7922)

* Users: Preserve query string parameters across list and edit pages

* Update user_edit.php

* Update user_json.php
This commit is contained in:
Alex
2026-04-28 03:12:18 +00:00
committed by GitHub
parent bab249f057
commit c9dfa0d0cf
3 changed files with 113 additions and 112 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
//add the search string
if (isset($_GET["search"])) {
$search = strtolower($_GET["search"]);
$search = lower_case($_GET["search"]);
}
//check to see if contact details are in the view