aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/ucp')
-rw-r--r--phpBB/includes/ucp/ucp_activate.php2
-rw-r--r--phpBB/includes/ucp/ucp_attachments.php2
-rw-r--r--phpBB/includes/ucp/ucp_confirm.php3
-rw-r--r--phpBB/includes/ucp/ucp_groups.php2
-rw-r--r--phpBB/includes/ucp/ucp_main.php2
-rw-r--r--phpBB/includes/ucp/ucp_pm.php3
-rw-r--r--phpBB/includes/ucp/ucp_prefs.php2
-rw-r--r--phpBB/includes/ucp/ucp_profile.php2
-rw-r--r--phpBB/includes/ucp/ucp_register.php2
-rw-r--r--phpBB/includes/ucp/ucp_remind.php2
-rw-r--r--phpBB/includes/ucp/ucp_resend.php2
-rw-r--r--phpBB/includes/ucp/ucp_zebra.php2
12 files changed, 13 insertions, 13 deletions
diff --git a/phpBB/includes/ucp/ucp_activate.php b/phpBB/includes/ucp/ucp_activate.php
index 87e6cb8169..5f7ba150f4 100644
--- a/phpBB/includes/ucp/ucp_activate.php
+++ b/phpBB/includes/ucp/ucp_activate.php
@@ -9,9 +9,9 @@
*/
/**
-* @package ucp
* ucp_activate
* User activation
+* @package ucp
*/
class ucp_activate
{
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
{
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
{
diff --git a/phpBB/includes/ucp/ucp_groups.php b/phpBB/includes/ucp/ucp_groups.php
index 00da0d9bd6..def101bc5b 100644
--- a/phpBB/includes/ucp/ucp_groups.php
+++ b/phpBB/includes/ucp/ucp_groups.php
@@ -9,8 +9,8 @@
*/
/**
-* @package ucp
* ucp_groups
+* @package ucp
*/
class ucp_groups
{
diff --git a/phpBB/includes/ucp/ucp_main.php b/phpBB/includes/ucp/ucp_main.php
index 9ba40d1a50..6e00a1ed7b 100644
--- a/phpBB/includes/ucp/ucp_main.php
+++ b/phpBB/includes/ucp/ucp_main.php
@@ -9,9 +9,9 @@
*/
/**
-* @package ucp
* ucp_main
* UCP Front Panel
+* @package ucp
*/
class ucp_main
{
diff --git a/phpBB/includes/ucp/ucp_pm.php b/phpBB/includes/ucp/ucp_pm.php
index 73b81b0c17..c23456715f 100644
--- a/phpBB/includes/ucp/ucp_pm.php
+++ b/phpBB/includes/ucp/ucp_pm.php
@@ -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
{
diff --git a/phpBB/includes/ucp/ucp_prefs.php b/phpBB/includes/ucp/ucp_prefs.php
index 577d89a62a..527c48efa7 100644
--- a/phpBB/includes/ucp/ucp_prefs.php
+++ b/phpBB/includes/ucp/ucp_prefs.php
@@ -9,9 +9,9 @@
*/
/**
-* @package ucp
* ucp_prefs
* Changing user preferences
+* @package ucp
*/
class ucp_prefs
{
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php
index 8fa3d1b7a7..82234084da 100644
--- a/phpBB/includes/ucp/ucp_profile.php
+++ b/phpBB/includes/ucp/ucp_profile.php
@@ -9,9 +9,9 @@
*/
/**
-* @package ucp
* ucp_profile
* Changing profile settings
+* @package ucp
*/
class ucp_profile
{
diff --git a/phpBB/includes/ucp/ucp_register.php b/phpBB/includes/ucp/ucp_register.php
index 8d59a976be..44c15bfb0e 100644
--- a/phpBB/includes/ucp/ucp_register.php
+++ b/phpBB/includes/ucp/ucp_register.php
@@ -9,9 +9,9 @@
*/
/**
-* @package ucp
* ucp_register
* Board registration
+* @package ucp
*/
class ucp_register
{
diff --git a/phpBB/includes/ucp/ucp_remind.php b/phpBB/includes/ucp/ucp_remind.php
index 838cc810ab..9419684725 100644
--- a/phpBB/includes/ucp/ucp_remind.php
+++ b/phpBB/includes/ucp/ucp_remind.php
@@ -9,9 +9,9 @@
*/
/**
-* @package ucp
* ucp_remind
* Sending password reminders
+* @package ucp
*/
class ucp_remind
{
diff --git a/phpBB/includes/ucp/ucp_resend.php b/phpBB/includes/ucp/ucp_resend.php
index 2080feb8be..85ec560d14 100644
--- a/phpBB/includes/ucp/ucp_resend.php
+++ b/phpBB/includes/ucp/ucp_resend.php
@@ -9,9 +9,9 @@
*/
/**
-* @package ucp
* ucp_resend
* Resending activation emails
+* @package ucp
*/
class ucp_resend
{
diff --git a/phpBB/includes/ucp/ucp_zebra.php b/phpBB/includes/ucp/ucp_zebra.php
index df86aae6e4..b5cad8b38b 100644
--- a/phpBB/includes/ucp/ucp_zebra.php
+++ b/phpBB/includes/ucp/ucp_zebra.php
@@ -9,8 +9,8 @@
*/
/**
-* @package ucp
* ucp_zebra
+* @package ucp
*/
class ucp_zebra
{