summaryrefslogtreecommitdiffstats
path: root/includes/datas.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2012-08-25 05:44:12 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2012-08-25 05:44:12 -0500
commitbc0bea4d1532700d2181918ede52d8752ef03f62 (patch)
tree0c0f3cc9331f52c7ca5b3eaf653551fd0f5a8e48 /includes/datas.php
parent8e639fd6cccecb3f23f727ef1f00f7e9851ea04e (diff)
downloadpathery-bc0bea4d1532700d2181918ede52d8752ef03f62.tar.xz
Found a few more TODO comments
Diffstat (limited to 'includes/datas.php')
-rw-r--r--includes/datas.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/datas.php b/includes/datas.php
index d64776c..61c8b93 100644
--- a/includes/datas.php
+++ b/includes/datas.php
@@ -348,7 +348,7 @@ function applyAchievements($userID, $aType) {
mysql_query($sql);
$aID = mysql_insert_id();
- // ------- User gets unlock. (!!unlocks plural is possible here)
+ // ------- User gets unlock. (TODO: unlocks plural is possible here)
$sql = "INSERT INTO `unlocks`
(`userID`, `achievementID`, `type`, `subtype`, `name`, `value`)
VALUES ('$userID', '$aID', '$unlockType', '$unlockSubtype', '$unlockName', '$unlockValue')";