Quote:
Originally posted by saab340
Also I just remembered, I changed the time to show correct time... ie not time when cron (ie when downloaded)
and I see that some of the posts which are replied... ie Re: something
will show in different posts. What is the cause of this? time issue?
Thanks (Gilby You are doing a great job)
this is the mod for time....
// if ($group[lastmsg] == 0){
$date = strtotime($message[date]);
//} else {
//$date = time();
//}
|
With that code change, youdon't get a parsing error? You commented out the } which should produce a parse error, unless you added one somewhere else. Uncomment that and see if you still have problems.