diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-05-13 01:00:15 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-05-13 01:00:15 -0700 |
commit | 0761f76cc24350c4391efc981e49a9ad9828a94d (patch) | |
tree | 587532e8dbdb4f400c8ac74d3dd8049def23f3cc /includes | |
parent | 136ce85b66802c663264d5d10ccc6e58efec7059 (diff) | |
download | pathery-0761f76cc24350c4391efc981e49a9ad9828a94d.tar.xz |
Many PHP warnings/notices fixes.
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!"; |