diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-25 12:15:44 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-25 12:15:44 +0200 |
commit | b32895308d13d5d9b0cd954fd8ce871a1fa073da (patch) | |
tree | 2a158ed71ab6ebc625dae51fc8f188b1768e5aed /phpBB/viewforum.php | |
parent | 87899b0e140400e23341ea1286d50e330132be90 (diff) | |
download | forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.gz forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.bz2 forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.tar.xz forums-b32895308d13d5d9b0cd954fd8ce871a1fa073da.zip |
[ticket/12273] Update since version to 3.1.0-a* style
PHPBB3-12273
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r-- | phpBB/viewforum.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index a7396f9c72..552f8dfa8b 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -387,7 +387,7 @@ $sql_array = array( * * @event core.viewforum_get_topic_data * @var array sql_array The SQL array to get the data of all topics -* @since 3.1-A1 +* @since 3.1.0-a1 */ $vars = array('sql_array'); extract($phpbb_dispatcher->trigger_event('core.viewforum_get_topic_data', compact($vars))); @@ -582,7 +582,7 @@ if (sizeof($shadow_topic_list)) * * @event core.viewforum_get_shadowtopic_data * @var array sql_array SQL array to get the data of any shadowtopics - * @since 3.1-A1 + * @since 3.1.0-a1 */ $vars = array('sql_array'); extract($phpbb_dispatcher->trigger_event('core.viewforum_get_shadowtopic_data', compact($vars))); @@ -819,7 +819,7 @@ if (sizeof($topic_list)) * @event core.viewforum_modify_topicrow * @var array row Array with topic data * @var array topic_row Template array with topic data - * @since 3.1-A1 + * @since 3.1.0-a1 */ $vars = array('row', 'topic_row'); extract($phpbb_dispatcher->trigger_event('core.viewforum_modify_topicrow', compact($vars))); |