Should work. Hmmm. Looks like a glitch. To fix it, go to engine.php
around line 1852 or so, & change the subroutine to this:
if (is_numeric($x[0]) && is_numeric($x[1])) {
foreach ($outarray as $k => $kk) {
if ($i < $x[0] || $i >= $x[1])
unset($outarray[$k]);
$i = $i + 1;
}
}
Will go into the next release.
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
-~----------~----~----~----~------~----~------~--~---