diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-03-07 21:42:14 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-03-07 21:42:14 -0800 |
commit | af0ee456d75304494e3eecfb8a9bd2b232e44fe6 (patch) | |
tree | b11254a8f2c5bdd90806b7547c5bf0ed334790dc /includes | |
parent | c230abd1f7ecc1139f9bef92208eced6849b2c78 (diff) | |
download | pathery-af0ee456d75304494e3eecfb8a9bd2b232e44fe6.tar.xz |
Scoreboard bugfixes and improvments, partial implementation of onhashchange.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/datas.php | 3 |
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` |