Add: maestro DB - AvailableActivateDateTime
This commit is contained in:
@@ -44,7 +44,11 @@ exit;
|
||||
function hasMaestroName($maestroName) {
|
||||
global $db_conn;
|
||||
|
||||
$query = "SELECT MaestroID FROM moty_maestro WHERE Name=?";
|
||||
$query = "
|
||||
SELECT MaestroID
|
||||
FROM moty_maestro
|
||||
WHERE Name = ?
|
||||
";
|
||||
$stmt = $db_conn->prepare($query);
|
||||
$stmt->bind_param("s", $maestroName);
|
||||
$stmt->execute();
|
||||
|
||||
Reference in New Issue
Block a user