aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-16 17:46:47 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-16 17:46:47 +0000
commitd52e31a4891a96d97157a36c266a0e81e198aa6a (patch)
tree5833437a8fdac57a54552fa3c6c57134ec37d982 /phpBB/includes
parent501aa7bde794a5ae8d90130dfdcb595984f34cf9 (diff)
downloadforums-d52e31a4891a96d97157a36c266a0e81e198aa6a.tar
forums-d52e31a4891a96d97157a36c266a0e81e198aa6a.tar.gz
forums-d52e31a4891a96d97157a36c266a0e81e198aa6a.tar.bz2
forums-d52e31a4891a96d97157a36c266a0e81e198aa6a.tar.xz
forums-d52e31a4891a96d97157a36c266a0e81e198aa6a.zip
some changes before i forget...
git-svn-id: file:///svn/phpbb/trunk@5916 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_styles.php5
-rw-r--r--phpBB/includes/functions_template.php2
-rw-r--r--phpBB/includes/ucp/ucp_groups.php4
-rw-r--r--phpBB/includes/ucp/ucp_register.php2
4 files changed, 7 insertions, 6 deletions
diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php
index 55efad44ad..3ded19938e 100644
--- a/phpBB/includes/acp/acp_styles.php
+++ b/phpBB/includes/acp/acp_styles.php
@@ -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
*/
/**
diff --git a/phpBB/includes/functions_template.php b/phpBB/includes/functions_template.php
index 6def26f032..c37f1292c4 100644
--- a/phpBB/includes/functions_template.php
+++ b/phpBB/includes/functions_template.php
@@ -492,7 +492,7 @@ class template_compile
$match[4] = strtoupper($match[4]);
break;
- case '.';
+ case '.':
$match[4] = doubleval($match[4]);
break;
diff --git a/phpBB/includes/ucp/ucp_groups.php b/phpBB/includes/ucp/ucp_groups.php
index 1806fc4d94..beef8a1f27 100644
--- a/phpBB/includes/ucp/ucp_groups.php
+++ b/phpBB/includes/ucp/ucp_groups.php
@@ -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&amp;mode=manage",
- 'U_GROUP' => generate_board_url() . "/memberlist.$phpEx?mode=group&amp;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']);
diff --git a/phpBB/includes/ucp/ucp_register.php b/phpBB/includes/ucp/ucp_register.php
index 6fab261f91..a98bab1f2e 100644
--- a/phpBB/includes/ucp/ucp_register.php
+++ b/phpBB/includes/ucp/ucp_register.php
@@ -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', '');