Ok, here's the patch. I fixed it for conditionals, but didn't take
into account the if command.
In markups.php you will need to make changes in two places:
Add the second line about line 273
$condition = BOLTstripslashes($condition);
$condition = str_replace('&&', '&&', $condition);
Change lines 730-731 to this:
if (strpos($condition, '&&')) {
$x = explode('&&', $condition);
I've just tested and it works for both regular conditionals and if commands.
Cheers,
Dan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---