aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/mcp/mcp_topic.php
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-02-10 03:12:12 +0100
committerJoshyPHP <s9e.dev@gmail.com>2015-02-13 22:55:04 +0100
commit4559aca72300763e3f227b62e23bb4ef3f2c09ec (patch)
treebd18acb0cfe13b8117103c4ab68dd07e4b386712 /phpBB/includes/mcp/mcp_topic.php
parent39a3f4f6c8d31f3310e287a51aea011fadae7931 (diff)
downloadforums-4559aca72300763e3f227b62e23bb4ef3f2c09ec.tar
forums-4559aca72300763e3f227b62e23bb4ef3f2c09ec.tar.gz
forums-4559aca72300763e3f227b62e23bb4ef3f2c09ec.tar.bz2
forums-4559aca72300763e3f227b62e23bb4ef3f2c09ec.tar.xz
forums-4559aca72300763e3f227b62e23bb4ef3f2c09ec.zip
[ticket/13595] Removed unused code
PHPBB3-13595
Diffstat (limited to 'phpBB/includes/mcp/mcp_topic.php')
-rw-r--r--phpBB/includes/mcp/mcp_topic.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/includes/mcp/mcp_topic.php b/phpBB/includes/mcp/mcp_topic.php
index 3a456169d5..a3cffe51e6 100644
--- a/phpBB/includes/mcp/mcp_topic.php
+++ b/phpBB/includes/mcp/mcp_topic.php
@@ -147,21 +147,13 @@ function mcp_topic_view($id, $mode, $action)
$result = $db->sql_query_limit($sql, $posts_per_page, $start);
$rowset = $post_id_list = array();
- $bbcode_bitfield = '';
while ($row = $db->sql_fetchrow($result))
{
$rowset[] = $row;
$post_id_list[] = $row['post_id'];
- $bbcode_bitfield = $bbcode_bitfield | base64_decode($row['bbcode_bitfield']);
}
$db->sql_freeresult($result);
- if ($bbcode_bitfield !== '')
- {
- include_once($phpbb_root_path . 'includes/bbcode.' . $phpEx);
- $bbcode = new bbcode(base64_encode($bbcode_bitfield));
- }
-
$topic_tracking_info = array();
// Get topic tracking info