aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-06-13 21:06:29 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-06-13 21:06:29 +0000
commit1aac08acc0df55fb5c323d91ae9c1f3d8c29535d (patch)
treefd54bd12b4deb05526fe49559cc0e6c07b497ac5 /phpBB/includes/ucp/ucp_resend.php
parentOnly create a session if on doesn't exist. In theory, checking for the presen... (diff)
downloadphpbb-1aac08acc0df55fb5c323d91ae9c1f3d8c29535d.tar.gz
phpbb-1aac08acc0df55fb5c323d91ae9c1f3d8c29535d.tar.bz2
phpbb-1aac08acc0df55fb5c323d91ae9c1f3d8c29535d.zip
make sure custom profile fields are created correctly on registration (#2225)
git-svn-id: file:///svn/phpbb/trunk@6058 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/ucp/ucp_resend.php')
-rw-r--r--phpBB/includes/ucp/ucp_resend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_resend.php b/phpBB/includes/ucp/ucp_resend.php
index 2080feb8be..85ec560d14 100644
--- a/phpBB/includes/ucp/ucp_resend.php
+++ b/phpBB/includes/ucp/ucp_resend.php
@@ -9,9 +9,9 @@
*/
/**
-* @package ucp
* ucp_resend
* Resending activation emails
+* @package ucp
*/
class ucp_resend
{