summaryrefslogtreecommitdiffstats
path: root/includes/datas.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/datas.php')
-rw-r--r--includes/datas.php2
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!";