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_attachments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/ucp/ucp_attachments.php') diff --git a/phpBB/includes/ucp/ucp_attachments.php b/phpBB/includes/ucp/ucp_attachments.php index c9ae7ed314..08a2549646 100644 --- a/phpBB/includes/ucp/ucp_attachments.php +++ b/phpBB/includes/ucp/ucp_attachments.php @@ -9,9 +9,9 @@ */ /** -* @package ucp * ucp_attachments * User attachments +* @package ucp */ class ucp_attachments { -- cgit v1.2.1