01-29-2009, 02:48 PM
|
#2 (permalink)
|
|
The Visitor
Join Date: May 2005
Posts: 4
Thanks: 0
|
I managed to solve the problem. Rather than trying to do some out-of-my-depth mysql query I added another column to "thread" called "lastupdate". Then each time a new comment was made inserted the current timestamp into the thread table as well as the date column on the comments table.
Now it's working like a charm.
|
|
|
|