phpBB

Code Changes

File: includes/mcp/mcp_reports.php

  Unmodified   Added   Modified   Removed
Line 95Line 95
				*
* @event core.mcp_reports_report_details_query_before
* @var array sql_ary The array in the format of the query builder with the query

				*
* @event core.mcp_reports_report_details_query_before
* @var array sql_ary The array in the format of the query builder with the query

				* @var	mixed	forum_id		The forum_id, the number in the f GET parameter

				* @var	int		forum_id		The forum_id, the number in the f GET parameter

				* @var	int		post_id			The post_id of the report being viewed (if 0, it is meaningless)
* @var int report_id The report_id of the report being viewed
* @since 3.1.5-RC1

				* @var	int		post_id			The post_id of the report being viewed (if 0, it is meaningless)
* @var int report_id The report_id of the report being viewed
* @since 3.1.5-RC1

Line 118Line 118
				*
* @event core.mcp_reports_report_details_query_after
* @var array sql_ary The array in the format of the query builder with the query that had been executted

				*
* @event core.mcp_reports_report_details_query_after
* @var array sql_ary The array in the format of the query builder with the query that had been executted

				* @var	mixed	forum_id	The forum_id, the number in the f GET parameter

				* @var	int		forum_id	The forum_id, the number in the f GET parameter

				* @var	int		post_id		The post_id of the report being viewed (if 0, it is meaningless)
* @var int report_id The report_id of the report being viewed

				* @var	int		post_id		The post_id of the report being viewed (if 0, it is meaningless)
* @var int report_id The report_id of the report being viewed

				* @var	int		report		The query's resulting row.

				* @var	array	report		The query's resulting row.

				* @since 3.1.5-RC1
*/
$vars = array(

				* @since 3.1.5-RC1
*/
$vars = array(