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:
@@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package ucp
|
||||
* ucp_activate
|
||||
* User activation
|
||||
* @package ucp
|
||||
*/
|
||||
class ucp_activate
|
||||
{
|
||||
|
@@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package ucp
|
||||
* ucp_attachments
|
||||
* User attachments
|
||||
* @package ucp
|
||||
*/
|
||||
class ucp_attachments
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -9,8 +9,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package ucp
|
||||
* ucp_groups
|
||||
* @package ucp
|
||||
*/
|
||||
class ucp_groups
|
||||
{
|
||||
|
@@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package ucp
|
||||
* ucp_main
|
||||
* UCP Front Panel
|
||||
* @package ucp
|
||||
*/
|
||||
class ucp_main
|
||||
{
|
||||
|
@@ -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
|
||||
{
|
||||
|
@@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package ucp
|
||||
* ucp_prefs
|
||||
* Changing user preferences
|
||||
* @package ucp
|
||||
*/
|
||||
class ucp_prefs
|
||||
{
|
||||
|
@@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package ucp
|
||||
* ucp_profile
|
||||
* Changing profile settings
|
||||
* @package ucp
|
||||
*/
|
||||
class ucp_profile
|
||||
{
|
||||
|
@@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package ucp
|
||||
* ucp_register
|
||||
* Board registration
|
||||
* @package ucp
|
||||
*/
|
||||
class ucp_register
|
||||
{
|
||||
|
@@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package ucp
|
||||
* ucp_remind
|
||||
* Sending password reminders
|
||||
* @package ucp
|
||||
*/
|
||||
class ucp_remind
|
||||
{
|
||||
|
@@ -9,9 +9,9 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package ucp
|
||||
* ucp_resend
|
||||
* Resending activation emails
|
||||
* @package ucp
|
||||
*/
|
||||
class ucp_resend
|
||||
{
|
||||
|
@@ -9,8 +9,8 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package ucp
|
||||
* ucp_zebra
|
||||
* @package ucp
|
||||
*/
|
||||
class ucp_zebra
|
||||
{
|
||||
|
Reference in New Issue
Block a user