From 0761f76cc24350c4391efc981e49a9ad9828a94d Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Mon, 13 May 2013 01:00:15 -0700 Subject: Many PHP warnings/notices fixes. --- includes/datas.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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!"; -- cgit v1.2.3