Quote:
Originally Posted by MoMan
To debug bug #2, go into the threadread table and see if all records for your username have the same timestamp. If not, then the discrepancy is what the system is picking up as a new thread.
|
Hello,
First of all thank you for the useful info.
I went ahead and performed the following SQL query:
Code:
SELECT *
FROM `threadread`
ORDER BY `threadread`.`userid` ASC
LIMIT 0 , 30
And this is what I got:
http://img203.imageshack.us/img203/9169/readtimes.png
Is 'readtime' the timestamp that you're talking about? If so, is there anything wrong with my threadread table?