while working with my search.asp file, i noticed that on line 559 (base code) the code looks like this:
strLastAuthor = "<br />by: <span class=""spnMessageText"">" & profileLink(Topic_LastPostAuthorName,Topic_LastPostAuthor) & "</span>"
I'm just curious why it doesn't look like this:
strLastAuthor = "<br />by: <span class=""spnMessageText"">" & profileLink(chkString(Topic_LastPostAuthorName,"display"),Topic_LastPostAuthor) & "</span>"
Just wondering.