git-svn-id: file:///svn/phpbb/trunk@4216 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-07-08 17:59:27 +00:00
parent a43f039742
commit 344fc7deb5

View file

@ -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)