Nvm this does not work and I'm pretty sure I've already tried this and this happened before lmao
This commit is contained in:
parent
9ae119c6cb
commit
8230feefa9
|
@ -44,7 +44,6 @@ sub by_page($self, $this_page = 1) {
|
||||||
LEFT JOIN remarks AS r
|
LEFT JOIN remarks AS r
|
||||||
ON t.thread_id = r.thread_id
|
ON t.thread_id = r.thread_id
|
||||||
WHERE NOT t.hidden_status
|
WHERE NOT t.hidden_status
|
||||||
AND NOT r.hidden_status
|
|
||||||
GROUP BY t.thread_id
|
GROUP BY t.thread_id
|
||||||
ORDER BY t.bump_date DESC
|
ORDER BY t.bump_date DESC
|
||||||
LIMIT ? OFFSET ?;
|
LIMIT ? OFFSET ?;
|
||||||
|
|
Loading…
Reference in a new issue