mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Some fixes for missused language variables.
git-svn-id: file:///svn/phpbb/trunk@1524 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -153,8 +153,8 @@ else
|
||||
//
|
||||
$template->assign_vars(array(
|
||||
"L_FORUM_PRUNE" => $lang['Forum_Prune'],
|
||||
"L_SELECT_FORUM" => $lang['Select_a'] . " " . $lang['Forum'],
|
||||
"L_LOOK_UP" => $lang['Look_up'] . " " . $lang['Forum'],
|
||||
"L_SELECT_FORUM" => $lang['Select_a_Forum'],
|
||||
"L_LOOK_UP" => $lang['Look_up_Forum'],
|
||||
|
||||
"S_FORUMPRUNE_ACTION" => append_sid("admin_forum_prune.$phpEx"),
|
||||
"S_FORUMS_SELECT" => $select_list)
|
||||
|
Reference in New Issue
Block a user