diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-05-16 17:19:15 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-05-16 17:19:15 -0700 |
commit | 329cc1f9b6657ce580b3a297e39a7cd259a62537 (patch) | |
tree | dca09b3a78fcdb9a39646f8968312bf0c722b455 /ajax/scores.ajax.php | |
parent | c6e4239a672d2456c67e219da480a63f77056723 (diff) | |
download | pathery-329cc1f9b6657ce580b3a297e39a7cd259a62537.tar.xz |
More PHP warning and notice fixes.
Diffstat (limited to 'ajax/scores.ajax.php')
-rw-r--r-- | ajax/scores.ajax.php | 2 |
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');
|