Update topic_watch.php

This commit is contained in:
Roman Kelesidis 2024-07-20 15:45:57 +07:00
parent fce9a0a0b3
commit f4a7ec6550

View File

@ -65,7 +65,7 @@ if ($watch_count > 0)
AND p.poster_id = u2.user_id
AND t.topic_poster = u.user_id
AND w.user_id = $user_id
GROUP BY t.topic_last_post_time DESC
ORDER BY t.topic_last_post_time DESC
LIMIT $start, $per_page";
if (!($result = DB() ->sql_query($sql)))
{