UBB.Dev
Posted By: SitStay markupoption fix in newpost (5.4.3) - 08/08/2001 1:19 AM
Line 208, newpost.php:
(isset($config['markupoption']))
should be
( $config['markupoption'] == 1 )

The option is 1 or 0 in config.php.inc and the isset will therefore always be true.
Posted By: Rick Re: markupoption fix in newpost (5.4.3) - 08/08/2001 3:07 PM
Looks like I got confused on that one[]/testimages/icons/crazy.gif[/]. Thanks for the fix.
Posted By: Rick Re: markupoption fix in newpost (5.4.3) - 08/09/2001 4:07 AM
This fix also needs to be applied to newreply.php line 247.
© UBB.Developers