From 3e08d71c631c18addec74c805e4b9446428b27bf Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 7 Mar 2013 21:57:26 -0800 Subject: Refit navigation with the added points column --- includes/datas.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes') 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; -- cgit v1.2.3