Allow members to draw moderators' attention to their own messages, Part 2.
This commit is contained in:
@@ -159,8 +159,9 @@ function ReportToModerator()
|
||||
list ($_GET['msg'], $member) = mysql_fetch_row($result);
|
||||
mysql_free_result($result);
|
||||
|
||||
if ($member == $ID_MEMBER)
|
||||
fatal_lang_error('rtm_not_own', false);
|
||||
# Sometimes you still need it
|
||||
# if ($member == $ID_MEMBER)
|
||||
# fatal_lang_error('rtm_not_own', false);
|
||||
|
||||
// Show the inputs for the comment, etc.
|
||||
loadTemplate('SendTopic');
|
||||
|
||||
Reference in New Issue
Block a user