Add: add sample player data for creating maestroID
This commit is contained in:
@@ -155,12 +155,12 @@ function remove_maestro_sample_player_data($maestro_id) {
|
||||
function add_maestro_sample_player_data($maestro_id) {
|
||||
$samplePlayerList = make_sample_player_list($maestro_id);
|
||||
for($i = 0; $i < count($samplePlayerList); $i++) {
|
||||
insert_maestro_sample_player_data($i, $maestro_id, $samplePlayerList[$i]);
|
||||
insert_maestro_sample_player_data($maestro_id, $samplePlayerList[$i]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function insert_maestro_sample_player_data($i, $maestro_id, $player) {
|
||||
function insert_maestro_sample_player_data($maestro_id, $player) {
|
||||
global $db_conn;
|
||||
|
||||
$query = "
|
||||
|
||||
Reference in New Issue
Block a user