mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 05:38:52 +00:00
parse error? parse error.
git-svn-id: file:///svn/phpbb/trunk@8055 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1be20d2e30
commit
c06b3ce84a
1 changed files with 2 additions and 2 deletions
|
@ -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']) : '',
|
||||
'USER_NOTIFY' => ($row['user_notify']) ? true : false,
|
||||
'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));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue