Changeset 1317 in ExiteCMS for trunk/forum/viewforum.php
- Timestamp:
- 02/27/08 22:00:23 (4 years ago)
- File:
-
- 1 edited
-
trunk/forum/viewforum.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/viewforum.php
r1311 r1317 94 94 AND tr.forum_id = '".$forum_id."' 95 95 AND (p.post_datestamp > ".$settings['unread_threshold']." OR p.post_edittime > ".$settings['unread_threshold'].") 96 AND (p.post_datestamp > tr.thread_last_read OR p.post_edittime > tr.thread_last_read) 96 AND ((p.post_datestamp > tr.thread_last_read OR p.post_edittime > tr.thread_last_read) 97 OR (p.post_datestamp < tr.thread_first_read OR (p.post_edittime != 0 AND p.post_edittime < tr.thread_first_read))) 97 98 GROUP BY p.thread_id 98 99 ");
Note: See TracChangeset
for help on using the changeset viewer.
