mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
removed(posting.php): Unused 'U_VIEWTOPIC
variable (#1818)
This commit is contained in:
parent
6c6b7ad194
commit
03ebbda6be
1 changed files with 0 additions and 4 deletions
|
@ -625,10 +625,6 @@ $template->assign_vars([
|
||||||
'POSTER_RGROUPS' => !empty($poster_rgroups) ? $poster_rgroups : '',
|
'POSTER_RGROUPS' => !empty($poster_rgroups) ? $poster_rgroups : '',
|
||||||
'ATTACH_RG_SIG' => $switch_rg_sig ?: false,
|
'ATTACH_RG_SIG' => $switch_rg_sig ?: false,
|
||||||
|
|
||||||
// todo: remove (cuz unused)
|
|
||||||
'U_VIEWTOPIC' => ($mode == 'reply') ? TOPIC_URL . "$topic_id&postorder=desc" : '',
|
|
||||||
// todo: end
|
|
||||||
|
|
||||||
'S_NOTIFY_CHECKED' => $notify_user ? 'checked' : '',
|
'S_NOTIFY_CHECKED' => $notify_user ? 'checked' : '',
|
||||||
'S_ROBOTS_CHECKED' => $robots_indexing ? 'checked' : '',
|
'S_ROBOTS_CHECKED' => $robots_indexing ? 'checked' : '',
|
||||||
'S_TYPE_TOGGLE' => $topic_type_toggle,
|
'S_TYPE_TOGGLE' => $topic_type_toggle,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue