summaryrefslogtreecommitdiffstats
path: root/includes/datas.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-03-07 21:42:14 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-03-07 21:42:14 -0800
commitaf0ee456d75304494e3eecfb8a9bd2b232e44fe6 (patch)
treeb11254a8f2c5bdd90806b7547c5bf0ed334790dc /includes/datas.php
parentc230abd1f7ecc1139f9bef92208eced6849b2c78 (diff)
downloadpathery-af0ee456d75304494e3eecfb8a9bd2b232e44fe6.tar.xz
Scoreboard bugfixes and improvments, partial implementation of onhashchange.
Diffstat (limited to 'includes/datas.php')
-rw-r--r--includes/datas.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/datas.php b/includes/datas.php
index 3d51983..92cf5eb 100644
--- a/includes/datas.php
+++ b/includes/datas.php
@@ -814,7 +814,8 @@ function getScores($mapID, $pageNumber = 1, $pageDivide = 10) {
users.wallColor,
users.wallEmblem,
$requestSolutions
- solutions.dateModified as cdate
+ solutions.dateModified as cdate,
+ solutions.ID as solutionID
FROM
`users`
JOIN `solutions`