From b03ce0eac8b0da8c7cc5601e2c9e716bfd035eb6 Mon Sep 17 00:00:00 2001 From: "Arun S. Sekher" Date: Sun, 3 Feb 2019 19:19:15 +0400 Subject: [PATCH] Cleanup currently unused variables which were used by legacy chat template. --- e107_plugins/chatbox_menu/chat.php | 7 ------- 1 file changed, 7 deletions(-) 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');