Fix: history_record.php - remove select Data()
This commit is contained in:
@@ -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 = "
|
||||||
|
|||||||
Reference in New Issue
Block a user