mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
Various changes to notification, editing, etc. etc.
git-svn-id: file:///svn/phpbb/trunk@1061 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -155,7 +155,7 @@ else
|
||||
$board_config[$row['config_name']] = $row['config_value'];
|
||||
}
|
||||
$board_config['allow_html_tags'] = split(",", $board_config['allow_html_tags']);
|
||||
$board_config['board_email'] = str_replace("<br />", "\n", $board_config['email_sig']);
|
||||
$board_config['board_email'] = str_replace("<br />", "\n", "-- \n" . $board_config['email_sig']);
|
||||
$board_config['default_template'] = stripslashes($board_config['sys_template']);
|
||||
$board_config['board_timezone'] = $board_config['system_timezone'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user