From 1aac08acc0df55fb5c323d91ae9c1f3d8c29535d Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 13 Jun 2006 21:06:29 +0000 Subject: make sure custom profile fields are created correctly on registration (#2225) git-svn-id: file:///svn/phpbb/trunk@6058 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/ucp/ucp_confirm.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/includes/ucp/ucp_confirm.php') diff --git a/phpBB/includes/ucp/ucp_confirm.php b/phpBB/includes/ucp/ucp_confirm.php index 8729b3e854..dd33418054 100644 --- a/phpBB/includes/ucp/ucp_confirm.php +++ b/phpBB/includes/ucp/ucp_confirm.php @@ -9,7 +9,6 @@ */ /** -* @package VC * ucp_confirm * Visual confirmation * @@ -19,6 +18,8 @@ * to that licence. Do not incorporate this within software * released or distributed in any way under a licence other * than the GPL. We will be watching ... ;) +* +* @package VC */ class ucp_confirm { -- cgit v1.2.1