aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-12 22:20:52 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-12 22:20:52 +0200
commit102d737d811739aa6ff9687e1585c2012b394d02 (patch)
treee5928778672961041757c053bb92d3b8469fffb4 /phpBB/includes/ucp
parent75e5e2471e7b6b9e1d605f0c3cce5f1fbd373ac0 (diff)
downloadforums-102d737d811739aa6ff9687e1585c2012b394d02.tar
forums-102d737d811739aa6ff9687e1585c2012b394d02.tar.gz
forums-102d737d811739aa6ff9687e1585c2012b394d02.tar.bz2
forums-102d737d811739aa6ff9687e1585c2012b394d02.tar.xz
forums-102d737d811739aa6ff9687e1585c2012b394d02.zip
[ticket/14234] Fix event doc blocks
PHPBB3-14234
Diffstat (limited to 'phpBB/includes/ucp')
-rw-r--r--phpBB/includes/ucp/ucp_pm_compose.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php
index c960591b46..024a9c332f 100644
--- a/phpBB/includes/ucp/ucp_pm_compose.php
+++ b/phpBB/includes/ucp/ucp_pm_compose.php
@@ -331,7 +331,6 @@ function compose_pm($id, $mode, $action, $user_folders = array())
* @var string sql The original SQL used in the query
* @var array post Associative array with the data of the quoted post
* @var array msg_id The post_id that was searched to get the message for quoting
- * @var int topic_id Topic ID of the quoted post
* @var int to_user_id Users the message is sent to
* @var int to_group_id Groups the message is sent to
* @var bool submit Whether the user is sending the PM or not