diff options
-rw-r--r-- | includes/datas.php | 2 | ||||
-rw-r--r-- | pages/achievements.php | 2 |
2 files changed, 2 insertions, 2 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')"; diff --git a/pages/achievements.php b/pages/achievements.php index 9e91366..30d59b2 100644 --- a/pages/achievements.php +++ b/pages/achievements.php @@ -37,7 +37,7 @@ if ($_GET['applyall'] == 'true') { }
-// TESTING AREA !! REMOVE
+// TODO: TESTING AREA !! REMOVE
$colors[] = '2';
$colors[] = '6';
|