diff options
Diffstat (limited to 'includes/datas.php')
-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` |