mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
parse error? parse error.
git-svn-id: file:///svn/phpbb/trunk@8055 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -263,8 +263,8 @@ function mcp_post_details($id, $mode, $action)
|
|||||||
'U_REPORTER' => ($row['user_id'] != ANONYMOUS) ? append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=viewprofile&u=' . $row['user_id']) : '',
|
'U_REPORTER' => ($row['user_id'] != ANONYMOUS) ? append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=viewprofile&u=' . $row['user_id']) : '',
|
||||||
'USER_NOTIFY' => ($row['user_notify']) ? true : false,
|
'USER_NOTIFY' => ($row['user_notify']) ? true : false,
|
||||||
'REPORT_TIME' => $user->format_date($row['report_time']),
|
'REPORT_TIME' => $user->format_date($row['report_time']),
|
||||||
'REPORT_TEXT' => bbcode_nl2br(trim($row['report_text']))))
|
'REPORT_TEXT' => bbcode_nl2br(trim($row['report_text'])),
|
||||||
);
|
));
|
||||||
}
|
}
|
||||||
while ($row = $db->sql_fetchrow($result));
|
while ($row = $db->sql_fetchrow($result));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user