mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 21:56:39 +02:00
bah
git-svn-id: file:///svn/phpbb/trunk@4216 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -249,7 +249,6 @@ switch ($mode)
|
|||||||
$attachments_no = (!$new['allow_attachments']) ? 'checked="checked"' : '';
|
$attachments_no = (!$new['allow_attachments']) ? 'checked="checked"' : '';
|
||||||
|
|
||||||
// Caching screws up slashes so we fudge a solution
|
// Caching screws up slashes so we fudge a solution
|
||||||
$new['allow_name_chars'] = ;
|
|
||||||
$user_char_ary = array('USERNAME_CHARS_ANY' => '.*', 'USERNAME_ALPHA_ONLY' => '[/w]+', 'USERNAME_ALPHA_SPACERS' => '[/w_/+/. /-/[/]]+');
|
$user_char_ary = array('USERNAME_CHARS_ANY' => '.*', 'USERNAME_ALPHA_ONLY' => '[/w]+', 'USERNAME_ALPHA_SPACERS' => '[/w_/+/. /-/[/]]+');
|
||||||
$user_char_options = '';
|
$user_char_options = '';
|
||||||
foreach ($user_char_ary as $lang => $value)
|
foreach ($user_char_ary as $lang => $value)
|
||||||
|
Reference in New Issue
Block a user