Line 396: fString = Replace(fString, "'", "'")
-that doesnt seem to have any purpose.
shouldn't it be: fString = Replace(fString, "'", "''")
Also, there are dozens of lines of code that say:
'## left for compatibility with older versions of the forum
can these lines of code be safely deleted for a brand new forum installation? would it increase performance?