Add: account_validator
This commit is contained in:
@@ -55,7 +55,7 @@ function get_maestro_list_by_name($maestroName) {
|
||||
|
||||
$query = "
|
||||
SELECT MaestroID, Name, AccountType FROM moty_maestro
|
||||
WHERE Name=? AND ActivateStatus=0
|
||||
WHERE Name LIKE CONCAT('%', ?, '%') AND ActivateStatus=0
|
||||
ORDER BY MaestroID DESC
|
||||
";
|
||||
$stmt = $db_conn->prepare($query);
|
||||
|
||||
Reference in New Issue
Block a user