mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
some changes before i forget...
git-svn-id: file:///svn/phpbb/trunk@5916 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -9,8 +9,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* todo:
|
||||
* templates->cache (show template files in cache)
|
||||
* @todo see /includes/acp/acp_styles.php
|
||||
* templates/themes->cache (show template files in cache, ability to remove all)
|
||||
* templates/themes->refresh (give explanation of what this is doing [confirm_box?] and printing out success message
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@@ -492,7 +492,7 @@ class template_compile
|
||||
$match[4] = strtoupper($match[4]);
|
||||
break;
|
||||
|
||||
case '.';
|
||||
case '.':
|
||||
$match[4] = doubleval($match[4]);
|
||||
break;
|
||||
|
||||
|
@@ -179,8 +179,8 @@ class ucp_groups
|
||||
'USERNAME' => $row['username'],
|
||||
'GROUP_NAME' => $group_row[$group_id]['group_name'],
|
||||
|
||||
'U_PENDING' => generate_board_url() . "/ucp.$phpEx?i=usergroups&mode=manage",
|
||||
'U_GROUP' => generate_board_url() . "/memberlist.$phpEx?mode=group&g=$group_id")
|
||||
'U_PENDING' => generate_board_url() . "/ucp.$phpEx?i=usergroups&mode=manage",
|
||||
'U_GROUP' => generate_board_url() . "/memberlist.$phpEx?mode=group&g=$group_id")
|
||||
);
|
||||
|
||||
$messenger->send($row['user_notify_type']);
|
||||
|
@@ -24,7 +24,7 @@ class ucp_register
|
||||
{
|
||||
trigger_error($user->lang['UCP_REGISTER_DISABLE']);
|
||||
}
|
||||
$config['max_reg_attempts'] = 0;
|
||||
|
||||
include($phpbb_root_path . 'includes/functions_profile_fields.' . $phpEx);
|
||||
|
||||
$confirm_id = request_var('confirm_id', '');
|
||||
|
Reference in New Issue
Block a user