From f83929347be13726a9e7728868c8120fdc86a188 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Fri, 25 Jan 2013 16:57:18 -0800 Subject: `challengeMaps` table added; start of the required code changes. --- do.php | 1 + 1 file changed, 1 insertion(+) (limited to 'do.php') diff --git a/do.php b/do.php index 3b3d8d6..b989da8 100644 --- a/do.php +++ b/do.php @@ -212,6 +212,7 @@ if ($_GET['r'] == 'getpath') { if ($_GET['isChallenge'] == 'true' AND isChallengeMap($mapID)) { // $firephp->log('Calling challenges'); + $json['info'][] = 'Executed as a challenge'; $json['completedChallenges'] = getCompletedChallenges($userID, $mapID, $solution, $moves, $json['path']); // $firephp->log('Challenges called!'); die(json_encode($json)); -- cgit v1.2.3