diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-04-06 13:19:56 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-04-06 13:19:56 -0700 |
commit | d7907b2889bda9926ebe9e2e574864d6b8d79fc3 (patch) | |
tree | 75ebf570c4f5863dc20340d572c32002a9f049bb /includes | |
parent | 54f2d89db19c85701a2d67a7cd72d0f28bbc2dcf (diff) | |
download | pathery-d7907b2889bda9926ebe9e2e574864d6b8d79fc3.tar.xz |
Brought back Special-map-names
Diffstat (limited to 'includes')
-rw-r--r-- | includes/datas.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/datas.php b/includes/datas.php index 19337e1..42132f8 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -74,8 +74,6 @@ function topScores($mapid, $top = 5) { //Returns text refering to any notifications. function getNotified($userID) { - - $r = ''; $sql = "SELECT `ID`, `type`, `level` |