diff options
Diffstat (limited to 'phpBB/includes/mcp')
-rw-r--r-- | phpBB/includes/mcp/mcp_queue.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php index 4a102e48fb..4f1f9bb990 100644 --- a/phpBB/includes/mcp/mcp_queue.php +++ b/phpBB/includes/mcp/mcp_queue.php @@ -512,7 +512,7 @@ class mcp_queue * @var int topic_id topic_id in the page request * @var string limit_time_sql String with the SQL code to limit the time interval of the post (Note: May be empty string) * @var string sort_order_sql String with the ORDER BY SQL code used in this query - * @since 3.2.3 + * @since 3.2.3-RC2 */ $vars = array( 'sql', @@ -638,7 +638,7 @@ class mcp_queue * @var array post_row Template variables for current post * @var array row Post data * @var array forum_names Forum names - * @since 3.2.3 + * @since 3.2.3-RC2 */ $vars = array( 'post_row', |