1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

make sure custom profile fields are created correctly on registration (#2225)

git-svn-id: file:///svn/phpbb/trunk@6058 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2006-06-13 21:06:29 +00:00
parent b0b7963817
commit 1aac08acc0
52 changed files with 382 additions and 254 deletions

View File

@@ -9,9 +9,9 @@
*/
/**
* @package ucp
* ucp_activate
* User activation
* @package ucp
*/
class ucp_activate
{

View File

@@ -9,9 +9,9 @@
*/
/**
* @package ucp
* ucp_attachments
* User attachments
* @package ucp
*/
class ucp_attachments
{

View File

@@ -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
{

View File

@@ -9,8 +9,8 @@
*/
/**
* @package ucp
* ucp_groups
* @package ucp
*/
class ucp_groups
{

View File

@@ -9,9 +9,9 @@
*/
/**
* @package ucp
* ucp_main
* UCP Front Panel
* @package ucp
*/
class ucp_main
{

View File

@@ -8,8 +8,6 @@
*/
/**
* @package ucp
*
* Private Message Class
*
* @param int $folder display folder with the id used
@@ -30,6 +28,7 @@
* Quoting a PM (action=quote&p=[msg_id])
* Forwarding a PM (action=forward&p=[msg_id])
*
* @package ucp
*/
class ucp_pm
{

View File

@@ -9,9 +9,9 @@
*/
/**
* @package ucp
* ucp_prefs
* Changing user preferences
* @package ucp
*/
class ucp_prefs
{

View File

@@ -9,9 +9,9 @@
*/
/**
* @package ucp
* ucp_profile
* Changing profile settings
* @package ucp
*/
class ucp_profile
{

View File

@@ -9,9 +9,9 @@
*/
/**
* @package ucp
* ucp_register
* Board registration
* @package ucp
*/
class ucp_register
{

View File

@@ -9,9 +9,9 @@
*/
/**
* @package ucp
* ucp_remind
* Sending password reminders
* @package ucp
*/
class ucp_remind
{

View File

@@ -9,9 +9,9 @@
*/
/**
* @package ucp
* ucp_resend
* Resending activation emails
* @package ucp
*/
class ucp_resend
{

View File

@@ -9,8 +9,8 @@
*/
/**
* @package ucp
* ucp_zebra
* @package ucp
*/
class ucp_zebra
{