Bad link in forum.inc

Ananas
Ananas
Joined: 22 Jan 05
Posts: 272
Credit: 2500681
RAC: 0
Topic 191203

The link generated in branch

if ($postnumber!=$previous_post+1){

(module forum.inc near line 190) is wrong, instead of

id."&nowrap=true\\">

it should rather be

id."&nowrap=true\\">

It probably comes from a slightly confusing handling of "id=" and "thread=" for ForumID, ThreadID and PostID - forum_reply.php seems to be the only module that has "thread=" instead if "id=", maybe it would be better to fix it there and use "id=" everywhere.

(p.s.: it seems to be fixed in the SETI forum already but the CSV doesn't contain the fix yet)