In commands.php try changing lines 39-42 to this:
foreach ($pages as $p) {
if (BOLTexists($p)) {
$pp = BOLTloadpage($p, '', 'data', true);
$outpages[] = "$p: " . urlencode($pp);
}
}
It seems to solve the problem. Thanks for reporting this! Good fix...
For next release.
Cheers,
Dan
P.S. Note, when installing, it won't put them in a sub directory,
unless site.folders is set to do so before you do the install. You
might want to test that aspect out a bit just to verify.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---