summaryrefslogtreecommitdiffstats
path: root/ajax/scores.ajax.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-05-16 17:19:15 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-05-16 17:19:15 -0700
commit329cc1f9b6657ce580b3a297e39a7cd259a62537 (patch)
treedca09b3a78fcdb9a39646f8968312bf0c722b455 /ajax/scores.ajax.php
parentc6e4239a672d2456c67e219da480a63f77056723 (diff)
downloadpathery-329cc1f9b6657ce580b3a297e39a7cd259a62537.tar.xz
More PHP warning and notice fixes.
Diffstat (limited to 'ajax/scores.ajax.php')
-rw-r--r--ajax/scores.ajax.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajax/scores.ajax.php b/ajax/scores.ajax.php
index 70d78ff..c304465 100644
--- a/ajax/scores.ajax.php
+++ b/ajax/scores.ajax.php
@@ -1,7 +1,7 @@
<?
session_start();
-$userID = $_SESSION['userID'];
+//$userID = $_SESSION['userID'];
require('../includes/maps.php');
require('../includes/mapclass.php');