summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/datas.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/datas.php b/includes/datas.php
index f0d9067..522317d 100644
--- a/includes/datas.php
+++ b/includes/datas.php
@@ -875,8 +875,7 @@ function getScores($mapID, $pageNumber = 1, $pageDivide = 10) {
$medal = 'gold';
// if is blind map.
- if ($isBlindMap AND $myBestMoves < $moves)
- $row['moves'] = '???';
+ if ($isBlindMap AND $myBestMoves < $moves) $row['moves'] = '???';
$output['users'][$i] = $row;
$output['users'][$i]['secondsSinceScored'] = $secondsSinceScored;