diff options
author | brunoais <brunoaiss@gmail.com> | 2014-12-29 08:42:13 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-12-29 08:42:13 +0000 |
commit | abc5dbcd7152f57ad1d02bfa012b4fd67691b964 (patch) | |
tree | 6c3be112a4c0e01013eace1ade4f0e7859ac7d19 /phpBB/phpbb/content_visibility.php | |
parent | 59ab09273ff39fd89f1f5995356acf8c8ef44650 (diff) | |
download | forums-abc5dbcd7152f57ad1d02bfa012b4fd67691b964.tar forums-abc5dbcd7152f57ad1d02bfa012b4fd67691b964.tar.gz forums-abc5dbcd7152f57ad1d02bfa012b4fd67691b964.tar.bz2 forums-abc5dbcd7152f57ad1d02bfa012b4fd67691b964.tar.xz forums-abc5dbcd7152f57ad1d02bfa012b4fd67691b964.zip |
[ticket/13146] Realign variables and descriptions in event
PHPBB3-13146
Diffstat (limited to 'phpBB/phpbb/content_visibility.php')
-rw-r--r-- | phpBB/phpbb/content_visibility.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/phpbb/content_visibility.php b/phpBB/phpbb/content_visibility.php index 5df5c65037..31bf31ed47 100644 --- a/phpBB/phpbb/content_visibility.php +++ b/phpBB/phpbb/content_visibility.php @@ -173,11 +173,11 @@ class content_visibility * Allow changing the result of calling get_forums_visibility_sql * * @event core.phpbb_content_visibility_get_forums_visibility_before - * @var string where_sql The action the user tried to execute - * @var string mode Either "topic" or "post" depending on the query this is being used in - * @var array forum_ids Array of forum ids which the posts/topics are limited to - * @var string table_alias Table alias to prefix in SQL queries - * @var array approve_forums Array of forums where the user has m_approve permissions + * @var string where_sql The action the user tried to execute + * @var string mode Either "topic" or "post" depending on the query this is being used in + * @var array forum_ids Array of forum ids which the posts/topics are limited to + * @var string table_alias Table alias to prefix in SQL queries + * @var array approve_forums Array of forums where the user has m_approve permissions * @var mixed get_forums_visibility_sql_overwrite If a string, forces the function to return get_forums_visibility_sql_overwrite after executing the event * If false, get_forums_visibility_sql continues normally * It must be either boolean or string |