Allow members to draw moderators' attention to their own messages
This commit is contained in:
@@ -202,8 +202,9 @@ function ReportToModerator2()
|
|||||||
list ($subject, $member, $posterName, $realName) = mysql_fetch_row($request);
|
list ($subject, $member, $posterName, $realName) = mysql_fetch_row($request);
|
||||||
mysql_free_result($request);
|
mysql_free_result($request);
|
||||||
|
|
||||||
if ($member == $ID_MEMBER)
|
# Sometimes you still need to report your own messages
|
||||||
fatal_lang_error('rtm_not_own', false);
|
# if ($member == $ID_MEMBER)
|
||||||
|
# fatal_lang_error('rtm_not_own', false);
|
||||||
|
|
||||||
$posterName = un_htmlspecialchars($realName) . ($realName != $posterName ? ' (' . $posterName . ')' : '');
|
$posterName = un_htmlspecialchars($realName) . ($realName != $posterName ? ' (' . $posterName . ')' : '');
|
||||||
$reporterName = un_htmlspecialchars($user_info['name']) . ($user_info['name'] != $user_info['username'] && $user_info['username'] != '' ? ' (' . $user_info['username'] . ')' : '');
|
$reporterName = un_htmlspecialchars($user_info['name']) . ($user_info['name'] != $user_info['username'] && $user_info['username'] != '' ? ' (' . $user_info['username'] . ')' : '');
|
||||||
|
|||||||
Reference in New Issue
Block a user