[FEAT]Add score frontend
This commit is contained in:
@@ -39,10 +39,9 @@ class Score
|
||||
$score_item = array(
|
||||
"id" => $row[1],
|
||||
"name" => $row[2],
|
||||
"compositor" => $row[3],
|
||||
"style" => $row[4]
|
||||
"compositor" => $row[3]
|
||||
);
|
||||
|
||||
// "style" => $row[4]
|
||||
array_push($scores_arr["scores"], $score_item);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user