mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update topic_watch.php
This commit is contained in:
parent
fce9a0a0b3
commit
f4a7ec6550
@ -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)))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user