phpBB

Code Changes

File: phpbb/report/report_handler_post.php

  Unmodified   Added   Modified   Removed
Line 59Line 59
			'user_notify'						=> $user_notify,
'report_text' => $report_text,
'reported_post_text' => $this->report_data['post_text'],

			'user_notify'						=> $user_notify,
'report_text' => $report_text,
'reported_post_text' => $this->report_data['post_text'],

			'reported_post_uid'					=> $this->report_data['bbcode_bitfield'],
'reported_post_bitfield' => $this->report_data['bbcode_uid'],

			'reported_post_uid'					=> $this->report_data['bbcode_uid'],
'reported_post_bitfield' => $this->report_data['bbcode_bitfield'],

			'reported_post_enable_bbcode'		=> $this->report_data['enable_bbcode'],
'reported_post_enable_smilies' => $this->report_data['enable_smilies'],
'reported_post_enable_magic_url' => $this->report_data['enable_magic_url'],

			'reported_post_enable_bbcode'		=> $this->report_data['enable_bbcode'],
'reported_post_enable_smilies' => $this->report_data['enable_smilies'],
'reported_post_enable_magic_url' => $this->report_data['enable_magic_url'],