Update modcp.php

This commit is contained in:
Roman Kelesidis 2023-10-28 15:46:25 +07:00
parent 8ee06f87ed
commit f4cafb1dde

View File

@ -601,6 +601,7 @@ switch ($mode)
WHERE p.topic_id = $topic_id
AND p.poster_id = u.user_id
AND p.post_id = pt.post_id
AND p.poster_id != ". BOT_UID ."
ORDER BY p.post_time ASC";
if ( !($result = DB()->sql_query($sql)) )
{