mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16024] Add core.topic_review_modify_sql_ary
PHPBB3-16024
This commit is contained in:
parent
d999e9bf8b
commit
a0dfc35cb9
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id
|
||||||
* @var bool show_quote_button Flag indicating if the quote button should be displayed
|
* @var bool show_quote_button Flag indicating if the quote button should be displayed
|
||||||
* @var array post_list Array with the post IDs
|
* @var array post_list Array with the post IDs
|
||||||
* @var array sql_ary Array with the SQL query
|
* @var array sql_ary Array with the SQL query
|
||||||
* @since 3.2.6-RC1
|
* @since 3.2.6
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
'topic_id',
|
'topic_id',
|
||||||
|
|
Loading…
Add table
Reference in a new issue