Netscape SourceCode Viewing Error Fix
1.0
This mod fixes the bug where Netscape 4.xx browsers view the source of yabb forums when not logged in.. It removes a line of code that was used for debugging in the DB_Private sub (in Subs.pl) used by MessageIndex.pl and never removed.
Stephan Boegli, Ze0|ntrus
Sources/Subs.pl
$catinfo[$loop_index] =~ s/[\n\r]//g;
print "
($settings[7]) ($catinfo[$loop_index])
";
if ($catinfo[$loop_index] eq $currentboard) {
$catinfo[$loop_index] =~ s/[\n\r]//g;
if ($catinfo[$loop_index] eq $currentboard) {