donb
committed
on 22 Nov 02
Added "last_post" column to the forums table and "last_child_post" column
to the forums messages table to track these values. Previously th… Show more
Added "last_post" column to the forums table and "last_child_post" column

to the forums messages table to track these values.  Previously the code

was abusing the related object's last_modified field and it didn't bother

tracking the date of the last reply to a thread.

Show less