mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1548)
* Minor improvements * Update register.php * Update register.php * Updated * Update CHANGELOG.md * Update topic_watch.php * Update Ajax.php
This commit is contained in:
parent
a2b15b1ab2
commit
c9d9ebb9c0
5 changed files with 16 additions and 15 deletions
|
@ -66,7 +66,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))) {
|
||||
bb_die('Could not obtain watch topic information #3');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue