Fix: history_record.php - remove select Data()

This commit is contained in:
2022-05-15 22:37:06 +09:00
parent 219c2884a7
commit 417e62ef6a
+1 -1
View File
@@ -24,7 +24,7 @@ $db_conn->close();
function get_history_record($maestro_id, $app_id, $player_id, $date) { function get_history_record($maestro_id, $app_id, $player_id, $date) {
global $db_conn; global $db_conn;
$query_header = "SELECT Date(HR.RecordDateTime), HR.HighScore, HR.AppName $query_header = "SELECT HR.RecordDateTime, HR.HighScore, HR.AppName
FROM ( FROM (
"; ";
$subquery_body = " $subquery_body = "