more code fixes:
functions.php line 583
if ($args['replacetable'] == 'true') $out = strtr($out,
$BOLTreplaceTable['OPEN']);
replace with:
if ($args['replacetable'] == 'true' &&
is_array($BOLTreplaceTable['OPEN']))
$out = strtr($out, $BOLTreplaceTable['OPEN']);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---