Quote:
Originally Posted by greenhybrid
My "threads without replies" table shows the title "posted most recently." Any idea why?
|
I think I documented it somewhere before, but commbull.php Line 809 has a bug in it, making the HTML title for topic group 4 the same as topic group 3:
PHP Code:
$HTML_threadspreview4 .=" <td colspan=\"7\"><b><i>$title3</i></b></td>\n";
should be
PHP Code:
$HTML_threadspreview4 .=" <td colspan=\"7\"><b><i>$title4</i></b></td>\n";
Regards,
Matt