mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
bah
git-svn-id: file:///svn/phpbb/trunk@4216 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a43f039742
commit
344fc7deb5
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue