diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-15 01:05:08 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-15 01:05:08 -0600 |
commit | c16f64c46dca50d0c66e52f6d2ecb70f91bdd65e (patch) | |
tree | 17a09d197d7fa1e863462748658cf1b16e318599 /includes/datas.php | |
parent | 532faa4d5cc5b20fba8422c87b0aac846874af43 (diff) | |
download | pathery-c16f64c46dca50d0c66e52f6d2ecb70f91bdd65e.tar.xz |
BUGFIX: Ties not displaying correctly on the achievements page
Diffstat (limited to 'includes/datas.php')
-rw-r--r-- | includes/datas.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/datas.php b/includes/datas.php index 66c816b..cdaf0c8 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -574,7 +574,7 @@ function getAchievementCurrency($userID, $aType) { case 3: $sql = "SELECT totalTies FROM `users` - WHERE `userID` = '$userID'"; + WHERE `ID` = '$userID'"; break; case 4: $sql = "SELECT championPoints |