From bc0bea4d1532700d2181918ede52d8752ef03f62 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 25 Aug 2012 05:44:12 -0500 Subject: Found a few more TODO comments --- includes/datas.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/datas.php') 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')"; -- cgit v1.2.3