Fix: maestro experience account type = 101
This commit is contained in:
@@ -39,7 +39,7 @@ function get_maestro_experience_id() {
|
||||
$query = "
|
||||
SELECT MaestroID
|
||||
FROM moty_maestro
|
||||
WHERE AccountType = 0
|
||||
WHERE AccountType = 101
|
||||
";
|
||||
$stmt = $db_conn->prepare($query);
|
||||
// $stmt->bind_param("s", $maestro_name);
|
||||
|
||||
Reference in New Issue
Block a user