summaryrefslogtreecommitdiffstats
path: root/includes/datas.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2012-08-25 05:43:26 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2012-08-25 05:43:26 -0500
commit8e639fd6cccecb3f23f727ef1f00f7e9851ea04e (patch)
tree26260fbe93294728d294a5f14fc72bd908013dbd /includes/datas.php
parent73d12dd8c33eb6ebeee4143707cb59f701936945 (diff)
downloadpathery-8e639fd6cccecb3f23f727ef1f00f7e9851ea04e.tar.xz
Fixing various javascript warnings, as well as renaming all //!! comments to //TODO
Diffstat (limited to 'includes/datas.php')
-rw-r--r--includes/datas.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/datas.php b/includes/datas.php
index 0041da2..d64776c 100644
--- a/includes/datas.php
+++ b/includes/datas.php
@@ -182,7 +182,7 @@ function getNotified($userID) {
//Returns true when an achievement is applied.
// Usage example: applyCareerAchievement($userID);
-// !! DEPRECIATED
+// TODO: DEPRECIATED
function applyCareerPathAchievements($userID) {
$sql = "SELECT
SUM(solutions.moves) as totalMoves
@@ -236,7 +236,7 @@ function applyCareerPathAchievements($userID) {
}
//Almost a duplicate of applyCareerPathAchievements
-// !! DEPRECIATED
+// TODO: DEPRECIATED
function applyCareerMazesAchievements($userID) {
$sql = "SELECT
COUNT(*) as totalSolutions