1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Cleanup currently unused variables which were used by legacy chat template.

This commit is contained in:
Arun S. Sekher
2019-02-03 19:19:15 +04:00
parent f934976ac5
commit b03ce0eac8

View File

@@ -133,15 +133,8 @@ if ($fs) {
$sql->select("chatbox", "*", $sql->select("chatbox", "*",
"{$qry_where} ORDER BY cb_datestamp DESC LIMIT " . intval($from) . ", 30"); "{$qry_where} ORDER BY cb_datestamp DESC LIMIT " . intval($from) . ", 30");
$obj2 = new convert;
$chatList = $sql->rows(); $chatList = $sql->rows();
$frm = e107::getForm();
$vars = [];
$flag = false;
$CHATBOX_LIST_TEMPLATE = $CHATBOX_LIST_TEMPLATE =
e107::getTemplate('chatbox_menu', 'chatbox_menu', 'list'); e107::getTemplate('chatbox_menu', 'chatbox_menu', 'list');