mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- fixing some bugs
- removing utf8 characters from email files (has been discussed internally, you guys know why) - making sure some opendir calls are checked before calling readdir. git-svn-id: file:///svn/phpbb/trunk@6912 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -157,7 +157,7 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'acl_f_search' => array('lang' => 'Can search the forum', 'cat' => 'misc'),
|
||||
'acl_f_ignoreflood' => array('lang' => 'Can ignore flood limit', 'cat' => 'misc'),
|
||||
'acl_f_postcount' => array('lang' => 'Increment post counter', 'cat' => 'misc'),
|
||||
'acl_f_postcount' => array('lang' => 'Increment post counter<br /><em>Please note that this setting only affects new posts.</em>', 'cat' => 'misc'),
|
||||
'acl_f_noapprove' => array('lang' => 'Can post without approval', 'cat' => 'misc'),
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user