autofocus on user search
sandwich icon fixed user search starts at the beginning of the string
This commit is contained in:
@@ -7,7 +7,7 @@ else $sql = new sql('localhost','tollashodos','uprRscU8bGpJ','tollashodos');
|
||||
|
||||
$filter1 = "";
|
||||
if (!empty($_POST['uk_filter_name'])) {
|
||||
$filter1 = "AND uk_name LIKE '%".$_POST['uk_filter_name']."%'";
|
||||
$filter1 = "AND uk_name LIKE '".$_POST['uk_filter_name']."%'";
|
||||
}
|
||||
|
||||
$filter2 = "";
|
||||
|
||||
Reference in New Issue
Block a user