mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Merge branch 'develop-ascraeus' into develop
This commit is contained in:
commit
3c41df2255
1 changed files with 5 additions and 1 deletions
|
@ -554,6 +554,7 @@ $sql_ary = array(
|
||||||
* Event to modify the SQL query before the topic ids data is retrieved
|
* Event to modify the SQL query before the topic ids data is retrieved
|
||||||
*
|
*
|
||||||
* @event core.viewforum_get_topic_ids_data
|
* @event core.viewforum_get_topic_ids_data
|
||||||
|
* @var array forum_data Data about the forum
|
||||||
* @var array sql_ary SQL query array to get the topic ids data
|
* @var array sql_ary SQL query array to get the topic ids data
|
||||||
* @var string sql_approved Topic visibility SQL string
|
* @var string sql_approved Topic visibility SQL string
|
||||||
* @var int sql_limit Number of records to select
|
* @var int sql_limit Number of records to select
|
||||||
|
@ -564,8 +565,11 @@ $sql_ary = array(
|
||||||
* @var bool store_reverse Flag indicating if we select from the late pages
|
* @var bool store_reverse Flag indicating if we select from the late pages
|
||||||
*
|
*
|
||||||
* @since 3.1.0-RC4
|
* @since 3.1.0-RC4
|
||||||
|
*
|
||||||
|
* @changed 3.1.3 Added forum_data
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
|
'forum_data',
|
||||||
'sql_ary',
|
'sql_ary',
|
||||||
'sql_approved',
|
'sql_approved',
|
||||||
'sql_limit',
|
'sql_limit',
|
||||||
|
|
Loading…
Add table
Reference in a new issue