diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/datas.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/datas.php b/includes/datas.php index b8ffef7..6bf04d6 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -7,7 +7,6 @@ include_once('constants.php'); //FirePHP stuff - TODO: Delete //require_once('includes/FirePHPCore/FirePHP.class.php'); -//FirePHP stuff - TODO: Delete //Returns text refering to any notifications. function getNotified($userID) { @@ -95,6 +94,7 @@ function getNotified($userID) { } function displayUnlock($uType, $uValue, $uName) { + $r = ''; switch ($uType) { case UNLOCK_WALL_COLOR: $r .= "$uName Wall Color!"; |