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:
Roman Kelesidis 2024-07-20 17:05:02 +07:00 committed by GitHub
commit c9d9ebb9c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 16 additions and 15 deletions

View file

@ -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');