aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-19 20:30:52 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-19 20:30:52 +0000
commit14cd6f5dd650af3a1eedfd56e728397689debcf2 (patch)
treee9ea1126c73cbe1c86f897ab628e3abf0139dc50 /phpBB/admin
parent1598af6afd6d0e0602bb6abbef1979644da49402 (diff)
downloadforums-14cd6f5dd650af3a1eedfd56e728397689debcf2.tar
forums-14cd6f5dd650af3a1eedfd56e728397689debcf2.tar.gz
forums-14cd6f5dd650af3a1eedfd56e728397689debcf2.tar.bz2
forums-14cd6f5dd650af3a1eedfd56e728397689debcf2.tar.xz
forums-14cd6f5dd650af3a1eedfd56e728397689debcf2.zip
Yet another missed option ... blimey, we've made this too configurable ... only kidding
git-svn-id: file:///svn/phpbb/trunk@1376 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin')
-rw-r--r--phpBB/admin/admin_board.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/admin/admin_board.php b/phpBB/admin/admin_board.php
index bd423be05d..3d5c471f27 100644
--- a/phpBB/admin/admin_board.php
+++ b/phpBB/admin/admin_board.php
@@ -151,6 +151,7 @@ $template->assign_vars(array(
"L_ENABLED" => $lang['Enabled'],
"L_DISABLED" => $lang['Disabled'],
"L_ABILITIES_SETTINGS" => $lang['Abilities_settings'],
+ "L_MAX_POLL_OPTIONS" => $lang['Max_poll_options'],
"L_FLOOD_INTERVAL" => $lang['Flood_Interval'],
"L_FLOOD_INTERVAL_EXPLAIN" => $lang['Flood_Interval_explain'],
"L_BOARD_EMAIL_FORM" => $lang['Board_email_form'],
@@ -216,6 +217,7 @@ $template->assign_vars(array(
"ACTIVATION_ADMIN_CHECKED" => $activation_admin,
"BOARD_EMAIL_FORM_ENABLE" => $board_email_form_yes,
"BOARD_EMAIL_FORM_DISABLE" => $board_email_form_no,
+ "MAX_POLL_OPTIONS" => $new['max_poll_options'],
"FLOOD_INTERVAL" => $new['flood_interval'],
"TOPICS_PER_PAGE" => $new['topics_per_page'],
"POSTS_PER_PAGE" => $new['posts_per_page'],