1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +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:
Meik Sievertsen
2006-05-16 17:46:47 +00:00
parent 501aa7bde7
commit d52e31a489
10 changed files with 64 additions and 63 deletions

View File

@@ -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
*/
/**

View File

@@ -492,7 +492,7 @@ class template_compile
$match[4] = strtoupper($match[4]);
break;
case '.';
case '.':
$match[4] = doubleval($match[4]);
break;

View File

@@ -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']);

View File

@@ -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', '');