1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-14 01:19:44 +01:00

Merge pull request #3660 from arunshekher/bug-fix/remove-unused-variables-in-chat.php

Cleanup unused variables used by legacy chat template.
This commit is contained in:
Cameron 2019-02-03 11:21:53 -08:00 committed by GitHub
commit c9f35ee8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');