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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user