diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-09 22:24:10 -0400 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-05-09 22:24:10 -0400 |
commit | 820ed7a17d646f473579c26261ecf0387cb24ce4 (patch) | |
tree | c60010dac8eed4ce462d74cf4483890a24d7bb49 /phpBB/includes/functions_display.php | |
parent | 52316bb3f55235cc3e6bd3317c83b391a80c66da (diff) | |
parent | ccb78f74a4e3e86cefa2e36b64ca0e55451b7416 (diff) | |
download | forums-820ed7a17d646f473579c26261ecf0387cb24ce4.tar forums-820ed7a17d646f473579c26261ecf0387cb24ce4.tar.gz forums-820ed7a17d646f473579c26261ecf0387cb24ce4.tar.bz2 forums-820ed7a17d646f473579c26261ecf0387cb24ce4.tar.xz forums-820ed7a17d646f473579c26261ecf0387cb24ce4.zip |
Merge remote-tracking branch 'bantu/ticket/9999' into develop-olympus
* bantu/ticket/9999:
[ticket/9999] SEARCH_USER_POSTS is also used on viewtopic. Move to common.
[ticket/9999] Remove broken and unused L_FORUM_FOLDER_ALT variable.
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r-- | phpBB/includes/functions_display.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php index acaef49fe8..d7422aa2c9 100644 --- a/phpBB/includes/functions_display.php +++ b/phpBB/includes/functions_display.php @@ -477,7 +477,6 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod 'SUBFORUMS' => $s_subforums_list, 'L_SUBFORUM_STR' => $l_subforums, - 'L_FORUM_FOLDER_ALT' => $folder_alt, 'L_MODERATOR_STR' => $l_moderator, 'U_UNAPPROVED_TOPICS' => ($row['forum_id_unapproved_topics']) ? append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=queue&mode=unapproved_topics&f=' . $row['forum_id_unapproved_topics']) : '', |