File: includes/mcp/mcp_pm_reports.php
Unmodified
Added
Modified
Removed
Line 123 | Line 123 |
---|
$message = bbcode_nl2br($message); $message = smiley_text($message);
|
$message = bbcode_nl2br($message); $message = smiley_text($message);
|
| $report['report_text'] = make_clickable(bbcode_nl2br($report['report_text']));
|
if ($pm_info['message_attachment'] && $auth->acl_get('u_pm_download')) {
| if ($pm_info['message_attachment'] && $auth->acl_get('u_pm_download')) {
|
Line 165 | Line 166 |
---|
'S_CLOSE_ACTION' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=pm_reports&mode=pm_report_details&r=' . $report_id), 'S_CAN_VIEWIP' => $auth->acl_getf_global('m_info'), 'S_POST_REPORTED' => $pm_info['message_reported'],
|
'S_CLOSE_ACTION' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=pm_reports&mode=pm_report_details&r=' . $report_id), 'S_CAN_VIEWIP' => $auth->acl_getf_global('m_info'), 'S_POST_REPORTED' => $pm_info['message_reported'],
|
| 'S_REPORT_CLOSED' => $report['report_closed'],
|
'S_USER_NOTES' => true,
'U_MCP_REPORT' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=pm_reports&mode=pm_report_details&r=' . $report_id),
| 'S_USER_NOTES' => true,
'U_MCP_REPORT' => append_sid("{$phpbb_root_path}mcp.$phpEx", 'i=pm_reports&mode=pm_report_details&r=' . $report_id),
|