diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-07 21:57:26 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-07 21:57:26 -0800 |
commit | 3e08d71c631c18addec74c805e4b9446428b27bf (patch) | |
tree | 1c7b3d7620232ca81ca7d0ac5d7fd9a4696aa2aa /includes/datas.php | |
parent | d38022db1a3ad57526d44e47ee4b40215f5e7c7b (diff) | |
download | pathery-3e08d71c631c18addec74c805e4b9446428b27bf.tar.xz |
Refit navigation with the added points column
Diffstat (limited to 'includes/datas.php')
-rw-r--r-- | includes/datas.php | 3 |
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; |