Allow members to draw moderators' attention to their own messages, Part 2.

This commit is contained in:
Aleksei Miheev
2012-02-12 15:40:31 +04:00
parent 9e6eeed1ff
commit 2053945979

View File

@@ -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');