Some fixes for missused language variables.

git-svn-id: file:///svn/phpbb/trunk@1524 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2001-12-07 17:07:39 +00:00
parent 61430ef728
commit 30d5fd0030

View file

@ -153,8 +153,8 @@ else
// //
$template->assign_vars(array( $template->assign_vars(array(
"L_FORUM_PRUNE" => $lang['Forum_Prune'], "L_FORUM_PRUNE" => $lang['Forum_Prune'],
"L_SELECT_FORUM" => $lang['Select_a'] . " " . $lang['Forum'], "L_SELECT_FORUM" => $lang['Select_a_Forum'],
"L_LOOK_UP" => $lang['Look_up'] . " " . $lang['Forum'], "L_LOOK_UP" => $lang['Look_up_Forum'],
"S_FORUMPRUNE_ACTION" => append_sid("admin_forum_prune.$phpEx"), "S_FORUMPRUNE_ACTION" => append_sid("admin_forum_prune.$phpEx"),
"S_FORUMS_SELECT" => $select_list) "S_FORUMS_SELECT" => $select_list)