diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-08 19:22:26 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-08 19:22:26 -0800 |
commit | 9d3c5cea8abc46db7ca0fcbd97a11d7918095cbf (patch) | |
tree | 77b57ea162950c160668c34326636b9736776253 /includes | |
parent | 9a50d5032b16679a5887f2cdea82ad6e364221d4 (diff) | |
download | pathery-9d3c5cea8abc46db7ca0fcbd97a11d7918095cbf.tar.xz |
Using isCurrentMap for solutionsGiven to display Points
Diffstat (limited to 'includes')
-rw-r--r-- | includes/datas.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/datas.php b/includes/datas.php index e321a9f..74487fd 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -889,6 +889,7 @@ function getScores($mapID, $pageNumber = 1, $pageDivide = 10) { } $output['pageCount'] = ceil(($i / $pageDivide)); + $output['isCurrentMap'] = $currentMap; return $output; } |