diff --git a/e107_plugins/chatbox_menu/chat.php b/e107_plugins/chatbox_menu/chat.php index b06bc9971..80f27130a 100755 --- a/e107_plugins/chatbox_menu/chat.php +++ b/e107_plugins/chatbox_menu/chat.php @@ -133,15 +133,8 @@ if ($fs) { $sql->select("chatbox", "*", "{$qry_where} ORDER BY cb_datestamp DESC LIMIT " . intval($from) . ", 30"); -$obj2 = new convert; - $chatList = $sql->rows(); -$frm = e107::getForm(); -$vars = []; -$flag = false; - - $CHATBOX_LIST_TEMPLATE = e107::getTemplate('chatbox_menu', 'chatbox_menu', 'list');