mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/16262] Add unset variables to search's compact
PHPBB3-16262
This commit is contained in:
parent
9b6149d3ac
commit
faca59b3a6
1 changed files with 4 additions and 0 deletions
|
@ -1214,6 +1214,10 @@ if ($keywords || $author || $author_id || $search_id || $submit)
|
||||||
'U_VIEW_POST' => (!empty($row['post_id'])) ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=" . $row['topic_id'] . '&p=' . $row['post_id'] . (($u_hilit) ? '&hilit=' . $u_hilit : '')) . '#p' . $row['post_id'] : '',
|
'U_VIEW_POST' => (!empty($row['post_id'])) ? append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&t=" . $row['topic_id'] . '&p=' . $row['post_id'] . (($u_hilit) ? '&hilit=' . $u_hilit : '')) . '#p' . $row['post_id'] : '',
|
||||||
));
|
));
|
||||||
|
|
||||||
|
$folder_img = $folder_alt = $u_mcp_queue = '';
|
||||||
|
$topic_type = $posts_unapproved = 0;
|
||||||
|
$unread_topic = $topic_unapproved = $topic_deleted = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Modify the topic data before it is assigned to the template
|
* Modify the topic data before it is assigned to the template
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue