From f4cafb1ddeef807769a11cdda7e1f3df2558f5a4 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 28 Oct 2023 15:46:25 +0700 Subject: [PATCH] Update modcp.php --- modcp.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modcp.php b/modcp.php index d6244c30..ef234cd0 100644 --- a/modcp.php +++ b/modcp.php @@ -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)) ) {