summaryrefslogtreecommitdiffstats
path: root/includes/datas.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-07 21:57:26 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-03-07 21:57:26 -0800
commit3e08d71c631c18addec74c805e4b9446428b27bf (patch)
tree1c7b3d7620232ca81ca7d0ac5d7fd9a4696aa2aa /includes/datas.php
parentd38022db1a3ad57526d44e47ee4b40215f5e7c7b (diff)
downloadpathery-3e08d71c631c18addec74c805e4b9446428b27bf.tar.xz
Refit navigation with the added points column
Diffstat (limited to 'includes/datas.php')
-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;