mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user