diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 05:50:59 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 05:50:59 -0600 |
commit | f9446287d424e9c094e174b4c39d88b03efe7604 (patch) | |
tree | 8d7bb2a46178b4a1abd9280674d34a4fd5c0f2b2 | |
parent | c230abd1f7ecc1139f9bef92208eced6849b2c78 (diff) | |
download | pathery-f9446287d424e9c094e174b4c39d88b03efe7604.tar.xz |
small cleanup
-rw-r--r-- | ajax/chat.ajax.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ajax/chat.ajax.php b/ajax/chat.ajax.php index 95bcacd..7f5684c 100644 --- a/ajax/chat.ajax.php +++ b/ajax/chat.ajax.php @@ -123,7 +123,6 @@ if ($_REQUEST['getChatFromID']) { }
exit;
-
function prepareChatData($data) {
if ($data) {
foreach($data as &$user) {
@@ -135,7 +134,6 @@ function prepareChatData($data) { return $data;
}
-
function chatFilter($chat) {
//cuss words
$chat = str_ireplace("fuck you", "i am moron", $chat);
@@ -172,8 +170,4 @@ function chatFilter($chat) { $chat = str_ireplace("rape", "shake hands with", $chat);
return $chat;
}
-
-
-
-
?>
\ No newline at end of file |