mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be
git-svn-id: file:///svn/phpbb/trunk@987 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -167,6 +167,7 @@ else
|
||||
$board_config['posts_per_page'] = $config['posts_per_page'];
|
||||
$board_config['topics_per_page'] = $config['topics_per_page'];
|
||||
$board_config['hot_threshold'] = $config['hot_threshold'];
|
||||
$board_config['max_poll_options'] = $config['max_poll_options'];
|
||||
$board_config['default_theme'] = $config['default_theme'];
|
||||
$board_config['default_dateformat'] = stripslashes($config['default_dateformat']);
|
||||
$board_config['default_template'] = stripslashes($config['sys_template']);
|
||||
|
Reference in New Issue
Block a user